Manual Bank Transfer (MBT) lets your customers send funds directly from their bank account. Present it as a payment method in your checkout - when the funds land, Augustus matches the incoming transfer to the order and notifies you in real time.Documentation Index
Fetch the complete documentation index at: https://docs.augustus.com/llms.txt
Use this file to discover all available pages before exploring further.
High-level flow
Create an Order
Create an Order. The response includes the destination payment details to display to your customer.
Track the status
Track the order status. It transitions from
processing to paid once the funds arrive and reconcile. See the Status Flow page for details.Step-by-step
1. Create an order
2023-01-01 (Ivy)
2. Display the payment details
The order’sdestination field contains the payment details to show your customer. The shape varies by currency.
- EUR (IBAN)
- GBP (Sort Code)
bankStatementReference is critical - it’s how Augustus matches the incoming transfer to your order.
3. Track the status
When the order is created, its status isprocessing. Once the payment is received and reconciled into your account, it transitions to paid. If the transfer never arrives or cannot be reconciled, the order stays processing for 6 days and then moves to failed.