Endpoint
Payload (before encryption)
Bank transfer object
paymentoption is matched case-insensitively here — both bank-transfer and BANK-TRANSFER
work. The code returned in otherPaymentOptions is the uppercase form.Request example
Response
Response fields
After you show the account number
1
Display the account number and exact amount
Both need to be copyable. A mistyped amount will not match the order.
2
Poll for status
Get order status until
isFinalStatus is true.
Nothing happens until the customer actually sends the money.3
Be patient, then reconcile
Transfers can take minutes to hours. Don’t fail the order after a short timeout — leave it
pending and reconcile from your backend. See Order lifecycle.