v1

latestOpenAPI 3.0.02026-07-2640301.0 MB
Partner Endpoints

partner/account/fund-transfer

This endpoint will fund the Debitor account using their default bank account, and then trigger an account transfer to the recipient account once the funds have been cleared.

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

post/partner/account/fund-transfer

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
}