Skip to main content

PagoEfectivo Notification Card Details

serialstringrequired

Serial number identifying the card.

Example: 1420271325
currencystringrequired

Three-letter ISO 4217 card currency.

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

Example: PEN
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 card country code.

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

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