SafetyPay Notification Card Details
Details of a card used for the transaction.
serialstringrequired
Serial number identifying the card.
Example:
1420271325currencystringrequired
Three-letter ISO 4217 currency code of the card.
Possible values: >= 3 characters and <= 3 characters
Example:
USDamountnumber<double>required
Amount used from the card, with two decimal places.
Example:
10typestringrequired
Five-character code identifying the card type.
Possible values: >= 5 characters and <= 5 characters
Example:
00094countrystringrequired
Two-letter ISO 3166-1 country code of the card.
Possible values: >= 2 characters and <= 2 characters
Example:
XXSafetyPay Notification Card Details
{
"serial": "1420271325",
"currency": "USD",
"amount": 10,
"type": "00094",
"country": "XX"
}