Skip to main content

Notification Card Details

serialstring

The serial number that identifies the card.

Example: 1888540789315005
currencystring

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: USD
amountnumber<double>

The amount used from the card (with 2 decimal numbers).

Example: 10
typestring

The 5 characters code that identifies the card type.

Possible values: >= 5 characters and <= 5 characters

Example: 00086
countrystring

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: US
Notification Card Details
{
"serial": "1888540789315005",
"currency": "USD",
"amount": 10,
"type": "00086",
"country": "US"
}