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.
authorizationIdintegerOptional
Unique identifier of the authorization.
createdDatestringOptional
format: "date"
Date that we received the authorization. The format of this value is YYYY-MM-DD.
lastModifiedDatestringOptional
format: "date"
Date that the authorization was last changed. The format of this value is YYYY-MM-DD.
authorizationResponseenumOptional
Code that indicates the response for the authorization.
preauthorizationRequestAmountintegerOptional
Amount that the merchant requested for the authorization. We return the value in the currency's lowest denomination, for example, cents.
currencystringOptional
Currency of the authorization.
batchobjectOptional
Object that contains information about the batch. If we can't match a dispute to a batch, we don't return 'batch' object.
cardobjectOptional
Object that contains information about the card.
merchantobjectOptional
Object that contains information about the merchant.
transactionobjectOptional
Object that contains summary information about the transaction.