PagoEfectivo Payment Notification
JSON payment notification sent to the business partner.
Unix timestamp in milliseconds representing the card assignment time.
1607017210793Event type that triggered the payment notification.
ASSIGN_CARDSAPI version number.
1data objectrequired
Ten-digit Merchant ID.
Possible values: Value must match regular expression ^[0-9]{10}$
1100000000customer objectrequired
Unique customer identifier supplied by the business partner.
kfoLkCq3RBIJiJF6sJWBeYA4tnfsCms2Payment identifier.
pay_1100000000_XdyBD9FuEJVhpX3hctwJzCB8w1rEzqTo_USDPayment method used for the transaction.
Possible values: [paysafecard, giftcard, pagoefectivo]
pagoefectivoPayment option used for the transaction.
Possible values: [cash, online]
cashcard_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
Serial number identifying the card.
1420271325Three-letter ISO 4217 card currency.
Possible values: >= 3 characters and <= 3 characters, Value must match regular expression ^[A-Z]{3}$
PENAmount used from the card with two decimal places.
10Five-character code identifying the card type.
Possible values: >= 5 characters and <= 5 characters
00094Two-letter ISO 3166-1 card country code.
Possible values: >= 2 characters and <= 2 characters, Value must match regular expression ^[A-Z]{2}$
XXChannel through which the cash-in-payment voucher was paid.
Possible values: [Online, Cash]
Cash{
"timestamp": 1607017210793,
"eventType": "ASSIGN_CARDS",
"version": "1",
"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"
}
}