GET - Card Transactions
Returns a list of transactions against the card identified by the cardId in path parameter.
Last updated
Returns a list of transactions against the card identified by the cardId in path parameter.
Last updated
id (required)
string
^[0-9]+$
The unique identifier of a card.
200 Success
400 Bad Request Error - Your request is invalid.
401 Unauthorized - Your credentials or access token are invalid.
429 Too many requests.
500 Internal Server Error - There is a problem with the server. Please try again later.
503 Service Unavailable - We're temporarily offline for maintenance. Please try again later.
STEP_UP_REQUIRED
Current session is expired, Call stepup api to create new session
ACCESS_TOKEN_REQUIRED
Issue with your token (Invalid or expired)