Skip to main content
Migo Docs

Alternative Payment Methods

Alternative payment methods let a merchant accept non-card payments without building a separate integration for every local rail. A customer can pay through a banking app, wallet redirect, QR code, or cash reference while Migo coordinates the transaction lifecycle through the Migo API.

Use this section to understand the merchant-facing flow before jumping into request and response details. The API Reference remains the source of truth for schemas, fields, status codes, and live endpoint definitions.

How the flow works β€” at a glance​

1. Create a transaction POST .../transactions ──► transactionId
β”‚
β–Ό
2. Start the payment POST .../transactions/{id}/payments
β”‚
β–Ό
3. Customer pays bank app Β· wallet redirect Β· QR Β· cash reference
β”‚
β–Ό
4. Async confirmation Migo confirms the payment out-of-band
β”‚
β–Ό
5. Fulfillment merchant releases the order once confirmed

What you can build​

  • A checkout that offers local rails alongside card payments.
  • A QR or wallet-based payment flow for mobile users.
  • A cash-reference flow for customers who prefer paying at a physical location.
  • A merchant order flow that waits for asynchronous confirmation before fulfillment.

Integration path​

For technical detail, browse the live Alternative Payments tag in the Migo API reference.