order_updated webhook.
Manual Bank Transfers are available only in the 2023-01-01 API.
Flow
1
Create an order
The response includes payment details to display.
2
Display payment details
Show them to the customer as instructions.
3
Track the order
Order moves from
processing to paid when funds arrive. See Status flow.Create an order
2023-01-01
/api/service/order/create in the API Reference →
Display the payment details
The order’sdestination field contains the payment details. The shape varies by currency.
- EUR (IBAN)
- GBP (Sort Code)
bankStatementReference is how Augustus matches the incoming transfer to your order. The customer must copy it exactly.
Track the order
Orders start inprocessing. Once funds arrive and reconcile, the order moves to paid. If nothing arrives or reconciliation fails, the order stays processing for 6 days, then moves to failed.
Subscribe to order_updated or poll:
2023-01-01
/api/service/order/details in the API Reference →
See Status flow for the full lifecycle and Webhooks for setup.