Skip to content

Latest commit

 

History

History
36 lines (30 loc) · 8.85 KB

Transfer.md

File metadata and controls

36 lines (30 loc) · 8.85 KB

Transfer

Properties

Name Type Required Description
amount float Amount of the transfer. Decimal.
created_at float Time the transaction was made, in Unix time.
currency_code str Three-letter ISO 4217 code for the currency used in the amount field.
destination_ewallet_id str ID of the wallet receiving the money. String starting with ewallet_. Response only.
destination_phone_number str Phone number of the owner of the wallet receiving the money, in E.164 format.
destination_transaction_id str ID of the transaction with regard to the destination. String starting with wt_.
id_ str ID of the transaction. String starting with wt_ or UUID.
metadata dict A JSON object defined by the client.
response_metadata dict Metadata created with Set Transfer Response. Response only.
source_ewallet_id str ID of the wallet sending the money. String starting with ewallet_. Response only.
source_transaction_id str ID of the transaction with regard to the source. String starting with wt_.
status 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.
transfer_response_at float Time of the Set Transfer Response operation, in Unix time. Read-only.
expiration float Determines 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

Name Type Required Description
CAN str "CAN"
CLO str "CLO"
DEC str "DEC"
EXP str "EXP"
HLD str "HLD"
PEN str "PEN"
REJ str "REJ"