Skip to main content

SafetyPay Notification Card Details

Details of a card used for the transaction.

serialstringrequired

Serial number identifying the card.

Example: 1420271325
currencystringrequired

Three-letter ISO 4217 currency code of the card.

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

Example: USD
amountnumber<double>required

Amount used from the card, with two decimal places.

Example: 10
typestringrequired

Five-character code identifying the card type.

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

Example: 00094
countrystringrequired

Two-letter ISO 3166-1 country code of the card.

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

Example: XX
SafetyPay Notification Card Details
{
"serial": "1420271325",
"currency": "USD",
"amount": 10,
"type": "00094",
"country": "XX"
}