Endpoint
POST/payments-tsq-service/v1/query/payments
Auth: Use the Bearer token for the product you are querying (Payouts, Collections, or Remittance).
Request body
Provide one of the following fields:transaction_referencepayment_uuidrequest_uuid
Example (by transaction reference)
Example (by payment UUID)
Example response (processing)
Best practices
- Poll only when necessary; prefer webhooks.
- Use backoff (5s -> 10s -> 30s -> 60s) and stop after a sensible max window.
- Cache last known status to reduce repeated queries.
