Skip to main content

Transfer

Properties

NameTypeRequiredDescription
amountfloatAmount of the transfer. Decimal.
created_atfloatTime the transaction was made, in Unix time.
currency_codestrThree-letter ISO 4217 code for the currency used in the amount field.
destination_ewallet_idstrID of the wallet receiving the money. String starting with ewallet_. Response only.
destination_phone_numberstrPhone number of the owner of the wallet receiving the money, in E.164 format.
destination_transaction_idstrID of the transaction with regard to the destination. String starting with wt_.
id_strID of the transaction. String starting with wt_ or UUID.
metadatadictA JSON object defined by the client.
response_metadatadictMetadata created with Set Transfer Response. Response only.
source_ewallet_idstrID of the wallet sending the money. String starting with ewallet_. Response only.
source_transaction_idstrID of the transaction with regard to the source. String starting with wt_.
statusTransferStatus< Status of the transaction. CAN - Canceled. The transferor canceled the transfer. CLO - Closed. The transferee accepted the funds. DEC - Declined. The transferee rejected the transfer. EXP - Expired. The transferee did not respond before the transfer expired. HLD - Hold. Rapyd Protect is putting this transfer on hold and reviewing it. PEN - Pending. Waiting for the transferee to accept. REJ - Rejected. Rapyd Protect has rejected this transfer.
transfer_response_atfloatTime of the Set Transfer Response operation, in Unix time. Read-only.
expirationfloatDetermines the day the transfer expires, in Unix time. Acceptance of the transfer must occur before the start of this day. Default is 14 days after creation of the transfer.

TransferStatus

< Status of the transaction. CAN - Canceled. The transferor canceled the transfer. CLO - Closed. The transferee accepted the funds. DEC - Declined. The transferee rejected the transfer. EXP - Expired. The transferee did not respond before the transfer expired. HLD - Hold. Rapyd Protect is putting this transfer on hold and reviewing it. PEN - Pending. Waiting for the transferee to accept. REJ - Rejected. Rapyd Protect has rejected this transfer.

Properties

NameTypeRequiredDescription
CANstr"CAN"
CLOstr"CLO"
DECstr"DEC"
EXPstr"EXP"
HLDstr"HLD"
PENstr"PEN"
REJstr"REJ"

Build Your Own SDKs with  liblab

Build developer friendly SDKs in minutes from your APIs

Start for Free →