v1

latestOpenAPI 3.0.02026-07-2640301.0 MB
Partner Endpoints

partner/account/fund-transfer-withdraw

This endpoint will fund the debitor account using their default bank account, and then transfer the money to the recipient account once the funds have been cleared. Once the funds are transferred, a withdraw transaction will be triggered to send the funds to the recipient account's default bank account.

To set a default bank account, please use the /bank-account/set-my-bank-account endpoint.

post/partner/account/fund-transfer-withdraw

Response

Successboolean required

True if the request was successful, false if it failed

ErrorMessagestring required

Contains a description of the error if the request failed

TransactionIDinteger required

The unique ID of the debit transaction associated with this transfer.

Example response

{
  "Success": true
}