CardOrderRequest
Card design ID to be used for the card
Possible values: <= 2147483647 characters
cardName object
Custom card name
- null
- string
Customer ID of member for whom the card is being ordered
Possible values: <= 2147483647 characters
fees objectrequired
Fee quotes for card ordering (from intent)
property name* Quote
fx object
- null
- Fx
sourceAmount objectrequired
The amount of money. Example: 1000.12
Possible values: non-empty and <= 2147483647 characters
The currency of the money. Example: 'USD'
Possible values: non-empty and <= 10 characters
targetAmount objectrequired
The amount of money. Example: 1000.12
Possible values: non-empty and <= 2147483647 characters
The currency of the money. Example: 'USD'
Possible values: non-empty and <= 10 characters
Security hash for order verification (from intent)
Possible values: <= 2147483647 characters
holderName object
Card holder name. Optional, specify if member legal name doesn't fit length requirement or has special symbols
- null
- string
Account ID to bind card to
Possible values: <= 2147483647 characters
spendingLimit object
- null
- CardLimitsUpdateRequest
{
"cardDesignId": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
"cardName": "null",
"customerId": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
"fees": {},
"hash": "string",
"holderName": "null",
"sourceAccountId": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
"spendingLimit": "null"
}