Retrieve authorization
GET
/authorizations/:authorizationId
Retrieve a specific authorization.
Path parameters
authorizationIdintegerRequired
Unique identifier of the authorization.
Headers
AuthorizationstringRequired
Bearer authentication of the form Bearer <token>, where token is your auth token.
Response
Successful request. Returns the requested authorization.
authorizationIdinteger or null
Unique identifier of the authorization.
createdDatedate or null
Date that we received the authorization. The format of this value is YYYY-MM-DD.
lastModifiedDatedate or null
Date that the authorization was last changed. The format of this value is YYYY-MM-DD.
authorizationResponseenum or null
Code that indicates the response for the authorization.
preauthorizationRequestAmountinteger or null
Amount that the merchant requested for the authorization. We return the value in the currency's lowest denomination, for example, cents.
currencystring or null
Currency of the authorization.
batchobject or null
Object that contains information about the batch. If we can't match a dispute to a batch, we don't return 'batch' object.
cardobject or null
Object that contains information about the card.
merchantobject or null
Object that contains information about the merchant.
transactionobject or null
Object that contains summary information about the transaction.