get
https://api.cloud.mbanq.com/v1/cards//authorization
Use this API to retrieve the list of authorization requests associated with a specific card. Each authorization record includes details such as the transaction amount, merchant, and current status — giving you a full view of pending and historical card activity.
Pass the card_token as a path parameter to scope results to a specific card. Use the available query parameters to filter, paginate, and sort the results:
status— Filter by authorization status (ACTIVE,COMPLETED,REJECTED,EXPIRED,RELEASED,REVERSED, orALL). Takes precedence overisActiveCardAuthorizationswhen both are provided.isActiveCardAuthorizations— A boolean shorthand to return only active (true) or inactive (false) authorizations. Applies only whenstatusis not set.offsetandlimit— Control pagination by skipping a number of records and capping the result set size.orderByandsortOrder— Sort results bycreatedAtin ascending (asc) or descending (desc) order.
A successful response returns a paginated list of card authorizations for the specified card.

