Confirm Transfer
POST
https://api.sfox.com/v1/enterprise/transfer/confirm
This endpoint allows Partners to confirm a Payment
transfer. Your end users will receive an email with payment details and an OTP code. The Partner application will have to handle accepting the OTP code from the end user. Once confirmed, the transfer will be automatically processed.
Body Parameters
transfer_id
required
string
Partner generated transfer and idempotency ID
otp
required
string
Transfer confirmation code
Responses
Response Body
transfer_id
Partner generated transfer and idempotency ID
transfer_status_code
Status of the transfer
type
Transfer type
quantity
Transfer quantity
currency
Transfer currency
user_id
The Connect user ID this transfer will apply to
rate
USD FX Rate of the transfer
purpose
Transfer purpose
description
Partner declared description text
atx_id_charged
ID of the charge account transaction
atx_id_credited
ID of the credit account transaction
atx_status_charged
Status of the charge account transaction
atx_status_credited
Status of the credit account transaction
transfer_date
Transfer Date
Example Requests
Last updated