Skip to content

Get Card Issuance Order Details

GET /openapi/v1/cards/open-orders/{cardOrderNo}
ItemValue
HTTP methodGET
Request path/openapi/v1/cards/open-orders/{cardOrderNo}
Request typepath

Request parameters:

FieldTypeRequiredDescription
cardOrderNostringYesPlatform card issuance order number.

Response data

FieldTypeDescription
cardOrderNostringPlatform card issuance order number.
requestNostringCaller-provided business idempotency key.
memberIdstringPlatform member ID.
emailstringUser email address. May be masked in lists; shown in full in details.
cardTypeIdstringCard type ID.
currencystringCard product currency, usually a three-letter ISO 4217 code; determined by product configuration.
typestringCard type; currently known values are PHYSICAL, VIRTUAL. Product configuration may introduce additional values.
feeAmountstringCard issuance fee amount.
feeAssetCodestringCard issuance fee asset.
acceptedbooleanWhether the request has been accepted.
statusstringPublic status: PROCESSING, SUCCESS, FAILED.
failCodestringFailure code.
failMessagestringFailure message.
last4stringLast four digits of the card number.
expiryMonthstringExpiry month.
expiryYearstringExpiry year.
createTimestringOrder creation time.
completedTimestringTime when the order reached its terminal state.