PaysafeCash Card Details
serialstringrequired
Serial number identifying the card.
Example:
1453591278currencystringrequired
Three-letter ISO 4217 card currency.
Possible values: >= 3 characters and <= 3 characters, Value must match regular expression ^[A-Z]{3}$
Example:
EURamountnumber<double>required
Amount used from the card.
Example:
0.01typestringrequired
Five-character code identifying the card type.
Example:
00002countrystringrequired
Two-letter ISO 3166-1 card country code.
Possible values: >= 2 characters and <= 2 characters, Value must match regular expression ^[A-Z]{2}$
Example:
ATPaysafeCash Card Details
{
"serial": "1453591278",
"currency": "EUR",
"amount": 0.01,
"type": "00002",
"country": "AT"
}