Get Card Issuance Order Details
GET/openapi/v1/cards/open-orders/{cardOrderNo}| Item | Value |
|---|---|
| HTTP method | GET |
| Request path | /openapi/v1/cards/open-orders/{cardOrderNo} |
| Request type | path |
Request parameters:
| Field | Type | Required | Description |
|---|---|---|---|
cardOrderNo | string | Yes | Platform card issuance order number. |
Response data
| Field | Type | Description |
|---|---|---|
cardOrderNo | string | Platform card issuance order number. |
requestNo | string | Caller-provided business idempotency key. |
memberId | string | Platform member ID. |
email | string | User email address. May be masked in lists; shown in full in details. |
cardTypeId | string | Card type ID. |
currency | string | Card product currency, usually a three-letter ISO 4217 code; determined by product configuration. |
type | string | Card type; currently known values are PHYSICAL, VIRTUAL. Product configuration may introduce additional values. |
feeAmount | string | Card issuance fee amount. |
feeAssetCode | string | Card issuance fee asset. |
accepted | boolean | Whether the request has been accepted. |
status | string | Public status: PROCESSING, SUCCESS, FAILED. |
failCode | string | Failure code. |
failMessage | string | Failure message. |
last4 | string | Last four digits of the card number. |
expiryMonth | string | Expiry month. |
expiryYear | string | Expiry year. |
createTime | string | Order creation time. |
completedTime | string | Time when the order reached its terminal state. |
