Skip to main content

PagoEfectivo Payment Notification Data

midstringrequired

Ten-digit Merchant ID.

Possible values: Value must match regular expression ^[0-9]{10}$

Example: 1100000000
customer objectrequired
idstringrequired

Unique customer identifier supplied by the business partner.

Example: kfoLkCq3RBIJiJF6sJWBeYA4tnfsCms2
payment_idstringrequired

Payment identifier.

Example: pay_1100000000_XdyBD9FuEJVhpX3hctwJzCB8w1rEzqTo_USD
payment_instrumentstringrequired

Payment method used for the transaction.

Possible values: [paysafecard, giftcard, pagoefectivo]

Example: pagoefectivo
payment_instrument_subtypestringrequired

Payment option used for the transaction.

Possible values: [cash, online]

Example: cash
card_details object[]required

Details of the cards used for the transaction.

A maximum of ten card-detail entries can be returned for one transaction.

Possible values: <= 10

  • Array [
  • 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
  • ]
  • channelTypestring

    Channel through which the cash-in-payment voucher was paid.

    Possible values: [Online, Cash]

    Example: Cash
    PagoEfectivo Payment Notification Data
    {
    "mid": "1100000000",
    "customer": {
    "id": "kfoLkCq3RBIJiJF6sJWBeYA4tnfsCms2"
    },
    "payment_id": "pay_1100000000_XdyBD9FuEJVhpX3hctwJzCB8w1rEzqTo_USD",
    "payment_instrument": "pagoefectivo",
    "payment_instrument_subtype": "cash",
    "card_details": [
    {
    "serial": "1420271325",
    "currency": "PEN",
    "amount": 10,
    "type": "00094",
    "country": "XX"
    }
    ],
    "channelType": "Cash"
    }