Retrieves the details for a card you issued previously. The card’s secure information are not returned in the response.
The API token for login provided by UQPay.
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. If omitted or empty, the request is executed using the master account.
More information at Connected Accounts.
Universally unique identifier (UUID v4) of a resource.
"71fdb0fe-9682-457a-9361-e8868694f12f"
OK - Successfully retrieved a card.
Unique identifier for the card.
"c0cef051-29c5-4796-b86a-cd5b684bfad7"
Card number prefix (BIN).
"40963608"
Card scheme.
"VISA"
Masked card number
"************5668"
Form of the card - VIRTUAL or PHYSICAL, currently only support virtual card.
VIRTUAL, PHYSICAL "VIRTUAL"
Mode type enum - SINGLE or SHARE.
SINGLE - A single card only has prepaid mode.SHARE - A share card can have debit mode, meaning it is associated with debit program and account.SHARE, SINGLE "SHARE"
The total credit limit assigned to the card, currency refer to card_currency. This is not a cumulative balance, but a fixed credit limit similar to that of a credit card.
For the following BINs, card_limit is required during card creation and must be greater than or equal to 0.01:
For all other BINs, card_limit is optional:
card_limit to 0.x >= 02100.02
The available balance, currency refer to card_currency.
2000.05
The allowable amount for card transactions without PIN verification, including the currency unit (e.g., 2000USD). This response field should be distinguished from the corresponding request parameter, which specifies the amount without a currency unit.
"2000USD"
Card status enum. See the Card lifecycle and statuses guide for more information.
PENDING, ACTIVE, FROZEN, BLOCKED, CANCELLED, LOST, STOLEN, FAILED "ACTIVE"
The card currency. For example USD or SGD.
SGD, USD "USD"
The card product's unique identifier.
"3bd1656b-e691-4aab-a76a-3ead39e7a6f6"
Rules that control spending for this card.
User-customized risk control settings.
Supported configurations depend on the card BIN. See [Supported BINs for Risk Control Configurations](/card-issuance/v1.6/guide/Supported BINs for Risk Control Configurations) for details.
Any key-value object. Max length = 3200 bytes. This must be valid JSON data.
{ "key1": "value1", "key2": "value2" }The reason for updating card status.
100Reflects the cumulative amount of the card limit that has already been used.
"51.00"