Create a new issuing transfer by specifying the source account ID, destination account ID, currency, and other relevant information.
This API is specifically designed for fund transfers between the master account and its sub-accounts, and does not apply to cross-business-line or external transfers.
The API token for login provided by UQPay.
Specifies the sub-account on whose behalf the request is made. This should be set to the account_id, which can be retrieved via the List Connected Accounts. If omitted or empty, the request is executed using the master account.
More information at Connected Accounts.
A unique identifier (UUID) used to maintain operation idempotency, ensuring that repeated executions of the same operation do not result in unintended effects or duplication. It helps preserve data consistency in the face of network errors, retries, or failures.
The account id that initiated the transfer.
"7c4ff2cd-1bf6-4aaa-bf16-266771425011"
The account id that received the transfer.
"7c4ff2cd-1bf6-4aaa-bf16-266771425011"
Transfer currency.
"SGD"
Transfer amount. Precision is limited to two decimal places.
0.011000
The remark of the transfer.
"Transfer to Jack."
Transfer creation successfully.
Unique identifier for transfer.
"5135e6cc-28b6-4889-81dc-3b86a09e1395"