Skip to main content

PaysafeCash Card Details

serialstringrequired

Serial number identifying the card.

Example: 1453591278
currencystringrequired

Three-letter ISO 4217 card currency.

Possible values: >= 3 characters and <= 3 characters, Value must match regular expression ^[A-Z]{3}$

Example: EUR
amountnumber<double>required

Amount used from the card.

Example: 0.01
typestringrequired

Five-character code identifying the card type.

Example: 00002
countrystringrequired

Two-letter ISO 3166-1 card country code.

Possible values: >= 2 characters and <= 2 characters, Value must match regular expression ^[A-Z]{2}$

Example: AT
PaysafeCash Card Details
{
"serial": "1453591278",
"currency": "EUR",
"amount": 0.01,
"type": "00002",
"country": "AT"
}