Reverse Transaction by Request Id

Command endpoint that processes a compensating transaction for the transaction with the specified Request Id; status 201 indicates a successful command that may result in either an approved or a declined transaction. The original transaction must have been processed on behalf of a Location the authenticated user is authorized for, and a transaction may only be reversed once.

This endpoint is idempotent.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Path Params
string
required

The External Id of the transaction to return; this is the request id of the request that created the transaction

Headers
string
required
^[a-zA-Z0-9_\- .:]{1,50}$

Unique identifier assigned by the API consumer to the request (typically a new guid); it is used to identify the request to provide idempotency and may be used as the external_id of a resource created by the request.

Responses

Language
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json