CardOrderIntentResponse
amount objectrequired
Amount for card ordering
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
fees objectrequired
Fee quotes by type for card ordering. Available type values: FX, SURCHARGE, ATM, TRANSFER, SUBSCRIPTION, CARD_ISSUE, CARD_DELIVERY, CARD_MONTHLY_SERVICE, CARD_FX, CLOSURE, DORMANCY
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
Possible values: <= 2147483647 characters
holderNameValidity objectrequired
Holder name validity check result
- Invalid
- Valid
First name validation errors
Last name validation errors
Maximum length allowed
Possible values: <= 2147483647 characters
Possible values: [INVALID]
remainingLimits objectrequired
Remaining limits by type
{
"amount": {
"amount": "string",
"currency": "string"
},
"fees": {},
"hash": "string",
"holderNameValidity": {
"firstName": [
"string"
],
"lastName": [
"string"
],
"maxLength": 0
},
"remainingLimits": {}
}