v1
latestOpenAPI 3.1.02026-07-2413037.0 KBHandles event notifications sent by the PXP system.
Handles event notifications sent by the PXP system.
post/events
Request body
Example request
{
"id": "AAF851BE-94C4-4F96-87F3-6EAE1AA2D51D",
"createdOn": "2010-10-18 23:10:27:231",
"data": {
"merchantStateChangedEvent": {
"merchantId": "f0deffbc-9c87-40aa-b863-5e2b6caf14a7",
"state": {
"type": "Declined",
"reason": "Already Processing"
}
},
"preScreenMerchantStateChangedEvent": {
"preScreenMerchantId": "f0deffbc-9c87-40aa-b863-5e2b6caf14a7",
"state": {
"type": "Declined"
}
}
}
}Response
Event successfully received by the subscriber.