Settlement
Retrieve authorization
Use this method to retrieve information about an authorization.
Note: To retrieve an authorization, you need its authorizationId. If you don't have the authorizationId, use our List Authorizations method to search for the authorization.
Our gateway returns the following information about the authorization:
- Authorization response from the issuing bank.
- Amount that the issuing bank authorized.
- Merchant that ran the authorization.
- Details about the customer's card, the transaction, and the batch.
get/authorizations/{authorizationId}
Path parameters
authorizationIdinteger required
Unique identifier of the authorization.
Headers
Authorizationstring required
Bearer authentication
Response
Successful request. Returns the requested authorization.
Changes
No recorded changes to this endpoint across all 1 revision of this API.