JSON Payment Notification
The time of the card assign event. Unix timestamp in milliseconds.
1607017210793The event type that triggered the payment notification.
ASSIGN_CARDSAPI version number.
1data object
Contains the data of the transaction.
The 10-digit Merchant ID.
Possible values: Value must match regular expression ^[0-9]{10}$
1100000000customer object
Contains the customer data.
The unique customer identifier provided by the merchant.
kfoLkCq3RBIJiJF6sJWBeYA4tnfsCms2The unique ID of the payment.
pay_1100000000_XdyBD9FuEJVhpX3hctwJzCB8W1rEzqTo_USDThe payment method used.
Possible values: [paysafecard, giftcard]
giftcardThe type of gift card used.
Possible values: [cvspharmacy, dollargeneral, openbuckscard]
cvspharmacycard_details object[]
Contains the details of the card used for the transaction with the card information.
Up to 10 iterations, which is the maximum number of cards that can be used in a single transaction.
Possible values: <= 10
The serial number that identifies the card.
1888540789315005The currency code of the card in ISO 4217 3-digit format.
Possible values: >= 3 characters and <= 3 characters, Value must match regular expression ^[A-Z]{3}$
USDThe amount used from the card (with 2 decimal numbers).
10The 5 characters code that identifies the card type.
Possible values: >= 5 characters and <= 5 characters
00086The country code of the card in ISO 3166-1 2-digit format.
Possible values: >= 2 characters and <= 2 characters, Value must match regular expression ^[A-Z]{2}$
US{
"timestamp": 1607017210793,
"eventType": "ASSIGN_CARDS",
"version": "1",
"data": {
"mid": "1100000000",
"customer": {
"id": "kfoLkCq3RBIJiJF6sJWBeYA4tnfsCms2"
},
"payment_id": "pay_1100000000_XdyBD9FuEJVhpX3hctwJzCB8W1rEzqTo_USD",
"payment_instrument": "giftcard",
"payment_instrument_subtype": "cvspharmacy",
"card_details": [
{
"serial": "1888540789315005",
"currency": "USD",
"amount": 10,
"type": "00086",
"country": "US"
}
]
}
}