Get Bank Transfer Instructions
BetaAuthentication
Bearer authentication of the form Bearer <token>
, where token is your auth token.
Bearer authentication of the form Bearer <token>
, where token is your auth token.
Retrieve bank transfer instructions for a payment.
Requirements:
Authentication: Bearer token required
Country code where the payment is being sent from. 3-letter ISO country code. See ISO 3166-1 on Wikipedia.
Indicates the type of transfer:
domestic_transfer
: For transfers within the same country (e.g., EFT, Wire).international_transfer
: For cross-border transfers requiring SWIFT/IBAN.The exact currency and amount that the third party must transfer to the bank details provided in this response.
The third party should send amount.value
in amount.currency
to the specified bank account.
Amount must be sent with 2 decimal precision.
Example: If amount shows {"currency": "GBP", "value": 1000.45}
, the third party should transfer exactly £1,000.45 GBP to the bank account details provided.
Example: If amount shows {"currency": "GBP", "value": 1000.45}
the third party should transfer exactly £1,000.45 GBP to the bank account details provided.