Refunds Flow

A refund is the process to request the refund of a partial or total amount from a payment request that had been confirmed by Aplazo to the merchant. This can't be undone.

1

Authenticate

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

  • Use this token to authenticate subsequent requests.

2

Request Refund

  • Request a refund using the Refund API. Aplazo will respond with an HTTP Status 200 OK if the refund request was created successfully.

As soon as you get HTTP 200 OK response status, you can consider the refund as successful, although the refund status might not be APPROVED yet.

Refunds Sequence Diagram

Last updated

Was this helpful?