Get Card Authorization By Id

Use this API to retrieve the full details of a single card authorization by its unique identifier. This is useful when you need to inspect a specific transaction — such as verifying an authorization status, reviewing merchant details, or investigating a disputed charge.

Pass the card_token and authorizationId as path parameters to target the exact authorization record.

The response includes details such as the transaction type, amount, status, and associated merchant information. You can optionally use the associations query parameter to include related data alongside the authorization:

  • notes — Attach any notes linked to this authorization
  • media — Include any media files associated with this authorization

A successful response returns the full details of the specified card authorization.

Path Params
string
required
Defaults to 2586c4ba-1254-41ae-b7b8-dcb81d7a04dd

The associated card_token.
Example: 2586c4ba-1254-41ae-b7b8-dcb81d7a04dd

integer
required
Defaults to 6

The Authorization Id created before.
Example: 6

Query Params
string
enum

The associations you want.
Example: notes

Allowed:
Headers
string
required

The ID of your banking instance visible in the MBANQ Console.

Responses

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