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](https://docs.payroc.com/api/schema/reporting/settlement/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.
Authentication
AuthorizationBearer
Bearer authentication of the form Bearer <token>, where token is your auth token.
Path parameters
Response
Successful request. Returns the requested authorization.
createdDate
Date that we received the authorization. The format of this value is YYYY-MM-DD.
lastModifiedDate
Date that the authorization was last changed. The format of this value is YYYY-MM-DD.
currency
Currency of the authorization. The value for the currency follows the ISO 4217 standard.
batch
Object that contains information about the batch. If we can't match a dispute to a batch, we don't return 'batch' object.
card
Object that contains information about the card.
merchant
Object that contains information about the merchant.
transaction
Object that contains summary information about the transaction that the dispute is linked to.
Errors
400
Bad Request Error
401
Unauthorized Error
403
Forbidden Error
404
Not Found Error
406
Not Acceptable Error
500
Internal Server Error