PagoEfectivo Notification Card Details
serialstringrequired
Serial number identifying the card.
Example:
1420271325currencystringrequired
Three-letter ISO 4217 card currency.
Possible values: >= 3 characters and <= 3 characters, Value must match regular expression ^[A-Z]{3}$
Example:
PENamountnumber<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 card country code.
Possible values: >= 2 characters and <= 2 characters, Value must match regular expression ^[A-Z]{2}$
Example:
XXPagoEfectivo Notification Card Details
{
"serial": "1420271325",
"currency": "PEN",
"amount": 10,
"type": "00094",
"country": "XX"
}