Create a send instruction
Creates a send instruction using the values provided in the request body. Calling this endpoint will reduce your available account balance and credit the amount to the recipient’s bank account.
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Headers
Unix epoch timestamp Unix timestamp (seconds).
1619740800
Refer to checksum calculation
Body
Request body for creating a send instruction.
The ID returned by the Add Bank Account endpoint.
1
Amount in floating point with maximum of 2 decimal places.
^[0-9]{1,}\.{0,1}[0-9]{0,2}$12.44
"recipient@example.com"
"Vendor payout for invoice INV-2024-0892"
Can be any value.
"INV-2024-0892"
When true, a receipt is delivered to the recipient's email.
When false (default), no receipt is emailed to the recipient.
true
Response
Successful response
A send instruction that initiates a payout to a recipient bank account.
The ID returned by the Add Bank Account endpoint.
1
Amount in floating point with maximum of 2 decimal places.
^[0-9]{1,}\.{0,1}[0-9]{0,2}$12.44
"recipient@example.com"
"Vendor payout for invoice INV-2024-0892"
Can be any value.
"INV-2024-0892"
This ID must be stored for future reference.
1
received: The instruction has been received, but processing has not started.enquiring: The instruction is pending verification.executing: The instruction is pending execution.reviewing: The instruction requires further attention. Contact your account manager for troubleshooting.accepted: The instruction has been accepted by the service provider but not yet completed. This is commonly related to a beneficiary bank system outage during the request. Successful instructions will be set tocompletedwithin 24 hours, while unsuccessful instructions will be reviewed before being marked asrejected.completed: The instruction has completed execution and the recipient should have received the payment.rejected: The instruction has been rejected.deleted: The instruction has been deleted.
received, enquiring, executing, reviewing, accepted, completed, rejected, deleted Generated receipt URL.
"https://www.chip-in.asia/receipts/send/95712b0c"
Generated receipt slug.
"95712b0c"
Object creation time in UTC.
Object updated time in UTC.
When true, a receipt is delivered to the recipient's email.
When false, no receipt is emailed to the recipient.
true