List Cards
Returns a list of issuing card objects. The objects are sorted in descending order by creation date, with the most recently created object appearing first.
Authorizations
The API token for login provided by UQPay.
Headers
Specifies the sub-account on whose behalf the request is made. This should be set to the account_id, which can be retrieved via the List Connected Accounts endpoint. If omitted or empty, the request is executed using the master account.
More information at Connected Accounts.
Query Parameters
The maximum number of items to return per page. This number can be between 10 - 100, and will default to 10
10 <= x <= 100The page number to retrieve the next set of items. The number has to be greater than 1, and will default to 1
x >= 1The full card number.
"4096360811214526"
Retrieve items with the specified card status. Matches any card status if unspecified. Card status enum. See the Card lifecycle and statuses guide for more information.
PENDING: The request to create the card has been received and is under review.ACTIVE: The request to create the card was successful and the card is ready to use.FROZEN: All incoming authorization requests will be declined. The card can be reactivated to accept new authorizations.BLOCKED: The card was blocked by UQPAY due to suspicious activity.PRE_CANCEL: The card is scheduled for cancellation and is in a waiting period during which all incoming authorization requests are declined. It transitions toCANCELLEDwhen the waiting period ends.CANCELLED: The card cannot be reactivated from this state, all incoming authorization requests will be permanently declined.LOST: The card has been reported as lost to UQPAY.STOLEN: The card has been reported as stolen to UQPAY.FAILED: The request to create a card using Create Card failed.
PENDING, ACTIVE, FROZEN, BLOCKED, PRE_CANCEL, CANCELLED, LOST, STOLEN, FAILED "ACTIVE"
The cardholder's unique identifier.
"7c4ff2cd-1bf6-4aaa-bf16-266771425011"

