Query Refund Reversal
Collections
Refund/Reversal Status
Query the latest status of a refund or reversal request.
POST
Query Refund Reversal
Overview
Use this endpoint to check the status of a refund or reversal request that was previously initiated in the platform.
Auth: Requires a Collection token (Authorization: Bearer <collection_token>).
Need to initiate a refund or reversal? See Initiate Refund/Reversal.
Endpoint
Request body
Provide therequest_uuid you received when the refund/reversal was created.
Example response
Notes
- If the refund/reversal is not found, the response body will include a
NOT FOUNDstatus. - Errors follow the standard error shape. See Errors.
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Body
application/json
Refund/reversal request UUID returned when the refund/reversal was created.
Example:
"A333RTYUT"
Response
Refund reversal status payload
Application code for the query result (e.g., 102=SUCCESS, 103=FAILED, 401/404 represented in body where applicable).
Outcome label (e.g., SUCCESS, FAILED, FAILED AUTHORIZATION, NOT FOUND).
Human-readable description of the outcome.
Provider/platform response fields for a refund reversal query. Fields are optional and may vary by provider.
- Option 1
- Option 2
