CardOrderResponse
card objectrequired
Ordered card details
activatedAt object
- null
- string<Instant>
availableAmount object
- null
- Money
bin object
Card Bank Identification Number
- null
- string
cardDesign objectrequired
Card design info
Card background color (HEX)
Possible values: <= 2147483647 characters
Card display image background uri
Possible values: <= 2147483647 characters
Card network
Possible values: [VISA, MASTERCARD]
Possible values: <= 2147483647 characters
Card design condition identifier
Possible values: <= 2147483647 characters
Card foreground primary color (HEX)
Possible values: <= 2147483647 characters
Card foreground secondary color (HEX)
Possible values: <= 2147483647 characters
Card form factor
Possible values: [VIRTUAL, PLASTIC, METAL]
Card design identifier
Possible values: <= 2147483647 characters
Card display image uri
Possible values: <= 2147483647 characters
Card display image preview uri
Possible values: <= 2147483647 characters
Card design status
Possible values: [AVAILABLE, DISABLED]
Customer id of the card holder (Customer representing business member)
Possible values: <= 2147483647 characters
Card holder name
Possible values: <= 2147483647 characters
Customer id of the card owner (Customer representing business). Always same for cards issued under one business
Possible values: <= 2147483647 characters
Card creation timestamp
Possible values: <= 2147483647 characters
expirationDate object
- null
- string<YearMonth>
Card form factor
Possible values: [VIRTUAL, PLASTIC, METAL]
Card identifier
Possible values: <= 2147483647 characters
issuedAt object
- null
- string<Instant>
lastFour object
Last 4 digits of card number
- null
- string
limitAmount object
- null
- Money
Card name
Possible values: <= 2147483647 characters
Card network
Possible values: [VISA, MASTERCARD]
securityPolicy objectrequired
Card security policy
Whether ATM withdrawals are enabled
Possible values: <= 2147483647 characters
Whether contactless payments are enabled
Possible values: <= 2147483647 characters
Whether ecommerce payments are enabled
Possible values: <= 2147483647 characters
Whether internet payments are enabled
Possible values: <= 2147483647 characters
Whether location-based security is enabled
Possible values: <= 2147483647 characters
spendingLimit objectrequired
Card spending limits
limit object
- null
- Money
name objectrequired
Type of spending limit
firstName object
First name
- null
- string
lastName object
Last name
- null
- string
middleName object
Middle name
- null
- string
Timestamp of limit application
Possible values: <= 2147483647 characters
since object
- null
- string<Instant>
spentAmount object
- null
- Money
until object
- null
- string<Instant>
spendingStrategy objectrequired
Card spending strategy
accountId object
- null
- string<uuid>
currency object
- null
- string<Currency>
name objectrequired
firstName object
First name
- null
- string
lastName object
Last name
- null
- string
middleName object
Middle name
- null
- string
Card status
Possible values: [ISSUED, CREATED, ACTIVE, ACTIVATING, FROZEN, TERMINATED]
statusReason object
Explanation of card status
- null
- string
Card type
Possible values: [DEBIT, CREDIT, PREPAID]
{
"card": {
"activatedAt": "null",
"availableAmount": "null",
"bin": "null",
"cardDesign": {
"backgroundColor": "string",
"backgroundImage": "string",
"cardNetwork": "VISA",
"code": "string",
"conditionId": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
"foregroundPrimaryColor": "string",
"foregroundSecondaryColor": "string",
"formFactor": "VIRTUAL",
"id": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
"image": "string",
"previewImage": "string",
"status": "AVAILABLE"
},
"cardHolderId": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
"cardHolderName": "string",
"cardOwnerId": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
"createdAt": "string",
"expirationDate": "null",
"formFactor": "VIRTUAL",
"id": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
"issuedAt": "null",
"lastFour": "null",
"limitAmount": "null",
"name": "string",
"network": "VISA",
"securityPolicy": {
"atm": true,
"contactless": true,
"ecommerce": true,
"internet": true,
"location": true
},
"spendingLimit": {
"limit": "null",
"name": {
"firstName": "null",
"lastName": "null",
"middleName": "null"
},
"setAt": "string",
"since": "null",
"spentAmount": "null",
"until": "null"
},
"spendingStrategy": {
"accountId": "null",
"currency": "null",
"name": {
"firstName": "null",
"lastName": "null",
"middleName": "null"
}
},
"status": "ISSUED",
"statusReason": "null",
"type": "DEBIT"
}
}