Skip to content

Merchant update transaction status

Important

Works only in development environment.

[PUT] https://gateway.paag.dev/app/merchant/transactions/{transaction_id}/status

Query params

Field name Data type
transaction_id string (uuid)

Example

    Accept: application/json
    Content-Type: application/json
    Authorization: Bearer {{ api_token }}

    {
    "status": "success"
    }

This is to update the status of a transaction.

  • Applicable only to PIX transactions on zro_bank.
  • The status can be: success, failed, pending, in_protest.