Notification Card Details
serialstring
The serial number that identifies the card.
Example:
1888540789315005currencystring
The currency code of the card in ISO 4217 3-digit format.
Possible values: >= 3 characters and <= 3 characters, Value must match regular expression ^[A-Z]{3}$
Example:
USDamountnumber<double>
The amount used from the card (with 2 decimal numbers).
Example:
10typestring
The 5 characters code that identifies the card type.
Possible values: >= 5 characters and <= 5 characters
Example:
00086countrystring
The country code of the card in ISO 3166-1 2-digit format.
Possible values: >= 2 characters and <= 2 characters, Value must match regular expression ^[A-Z]{2}$
Example:
USNotification Card Details
{
"serial": "1888540789315005",
"currency": "USD",
"amount": 10,
"type": "00086",
"country": "US"
}