Payment Flow

Payment Flow

Implementing Aplazo’s payment solution is straightforward. The typical payment flow involves these steps:

1

Authentication

  • Send a request to the authentication endpoint to retrieve a Bearer token.

  • Use this token to authenticate subsequent requests.

2

Request an Aplazo Payment

  • When customers choose Aplazo as their payment method, send a payment request to Aplazo.

  • This request returns a Checkout URL, which is used to complete the payment.

3

Redirect to checkout

  • Redirect your customer to the checkout URL provided in the payment response.

4

Checkout process

  • The customer reviews the installment plan and makes their first payment in Aplazo’s secure checkout flow.

5

Receive webhook notification

  • When the payment is confirmed, Aplazo sends a webhook notification to your server, indicating the payment status.

6

Success

  • After the customer completes the payment, they’re redirected to the successUrl you specified during the payment request.

Aplazo will pay you upfront, while taking the credit and fraud risk.

Sequence Diagram

Last updated

Was this helpful?