Webhook Samples for Purchase Card Events
Webhook Samples
While every webhook notification will pass a set of common fields, the data object will have specific details based on the type of event that has occurred. Below you will find these definitions and samples.
Purchase Card Event Samples
The data fields you will find for Purchase Card events along with sample messages are as follows:
Field | Type | Description |
---|---|---|
idCard | integer | A unique identifier of the card. |
cardGuid | string | Globally unique identifier (GUID) of the card that is referenced in other webhook messages and used for updates and performing inquiries. |
type | string | Identifies the type of card. Options are "Virtual", "Lodged", or "Physical". |
cardStatus | string | Identifies the status of the card. Options are: • "Card - Unactivated", which identifies a card that has been created but has not yet been activated. An unactivated card may not be used for authorizations. |
nameLine1 | string | First name placed on the card. |
nameLine2 | string | Last name placed on the card. |
expirationDate | string (date MMYY) | Expiration date provided (or defaulted) during the card creation in date MMYY format. |
terminateDate | string (date/time) | Date that the card will be terminated by ConnexPay as input during creation or update requests. If no terminate date is set, the card will inactivate upon expiration. |
lastFour | string | Last four digits of the card. |
actualExpirationDate | string (date/time) | Expiration date provided (or defaulted) during the card creation in date/time format. |
orderNumber | string | Client identifier that may be input during the Create Sale or IssueLite process which can comprise of multiple sales and purchases. |
customerId | string | Secondary client identifier that may be input during the Create Sale or IssueLite process which can comprise of multiple sales and purchases. |
incomingTransactionCode | string | Unique token that links a sale to an associated purchase. |
usageLimit | string | Maximum number of times the card may be authorized. |
amountLimit | decimal | Maximum dollar amount the card may be authorized and settled. |
availableBalance | decimal | Remaining dollar amount the card may be authorized and settled for, taking into consideration the amountLimit, prior settlements, and currently held authorizations. |
merchantIdentifier | string | Unique GUID assigned to your ConnexPay merchant record. |
merchantName | string | Unique Client/Merchant name assigned to your ConnexPay merchant record. |
purchaseType | integer | An optionally assigned security control that restricts the card from being used with specific supplier categories. |
limitWindow | string | The time period that both the usageLimit and amountLimit apply. Options are "DAY", "WEEK", "MONTH", and "LIFETIME". |
midWhitelist | array of strings | An optional security control that allows the card to be authorized at specific suppliers that are outside of the assigned purchaseType control. |
midBlacklist | array of strings | An optional security control that prevents the card from being authorized at specific suppliers regardless of purchaseType or midWhitelist. |
activated | boolean | Returns a "true" or "false" string based on the cardStatus and card activation date. |
isCxpDirect | boolean | Populated as "true" when a Payee is indicated with Direct as the payout method, otherwise "false". |
currencyCode | string | Alpha currency code of the issued card amount. |
purchase.card.issued
[{
"id": "0d35289b-4fb4-49a1-806f-adb98462ce6a",
"subject": "e454dc78-e8b9-4b7f-8568-8bf6246d94a9",
"data": {
"idCard": 31868,
"cardGuid": "8e9de236-b255-4e47-8c47-cedf5a99dbb1",
"type": "Virtual",
"cardStatus": "Card - Active",
"nameLine1": "TestName",
"nameLine2": "VCC",
"expirationDate": "1222",
"terminateDate": "2023-08-25T23:59:59Z",
"lastFour": "5600",
"actualExpirationDate": "2023-02-30T23:59:59Z",
"orderNumber": "Dan-20230225M94217",
"customerId": "Joe Doe",
"incomingTransactionCode": "907F7A1637814005390830075",
"usageLimit": 1,
"amountLimit": 10.01,
"merchantIdentifier": "e454dc78-e8b9-4b7f-8568-8bf6246d94a9",
"merchantName": "ClientName",
"purchaseType": "98",
"availableBalance": 10.01,
"limitWindow": "LIFETIME",
"midWhitelist": [
"123"
],
"midBlacklist": [
"555"
],
"activated": true,
"isCxpDirect": false,
"currencyCode": "USD"
},
"eventType": "purchase.card.issued",
"eventTime": "2022-03-03T23:05:18.0494148Z",
"dataVersion": "1"
}]
[{
"id": "3067f2f0-e9cb-4d74-93c0-4c4010fd2941",
"subject": "e454dc78-e8b9-4b7f-8568-8bf6246d94a9",
"data": {
"idCard": 31867,
"cardGuid": "a7158c60-571f-4105-b140-d469ae97d7c2",
"type": "Lodged",
"cardStatus": "Card - Active",
"nameLine1": "TestName",
"nameLine2": "Lodged",
"expirationDate": "0325",
"terminateDate": "2023-08-25T23:59:59Z",
"lastFour": "6431",
"actualExpirationDate": "2025-03-03T23:59:59Z",
"orderNumber": "Dan-20230225M94217",
"customerId": "Joe Doe",
"incomingTransactionCode": "013C494637819446346278269",
"usageLimit": 2,
"amountLimit": 10.01,
"merchantIdentifier": "e454dc78-e8b9-4b7f-8568-8bf6246d94a9",
"merchantName": "ClientName",
"purchaseType": "98",
"availableBalance": 10.01,
"limitWindow": "LIFETIME",
"midWhitelist": [
"123"
],
"midBlacklist": [
"555"
],
"activated": true,
"isCxpDirect": false,
"currencyCode": "USD"
},
"eventType": "purchase.card.issued",
"eventTime": "2022-03-03T23:02:16.5705587Z",
"dataVersion": "1"
}]
[{
"id": "2bc66694-cb64-4354-be59-5ee1994dcd64",
"subject": "e454dc78-e8b9-4b7f-8568-8bf6246d94a9",
"data": {
"idCard": 31866,
"cardGuid": "be333a6e-5129-4147-9a36-f21ef0791440",
"type": "Physical",
"cardStatus": "Card - Unactivated",
"nameLine1": "TestName",
"nameLine2": "VCCPhysical",
"expirationDate": "1223",
"terminateDate": "2023-08-25T23:59:59Z",
"lastFour": "2641",
"actualExpirationDate": "2023-12-30T23:59:59Z",
"orderNumber": "Dan-20230225M94217",
"customerId": "Joe Doe",
"incomingTransactionCode": "F9F45A1637819446346278268",
"usageLimit": 1,
"amountLimit": 5.0,
"merchantIdentifier": "e454dc78-e8b9-4b7f-8568-8bf6246d94a9",
"merchantName": "ClientName",
"purchaseType": "98",
"availableBalance": 5.0,
"limitWindow": "LIFETIME",
"midWhitelist": [
"123"
],
"midBlacklist": [
"555"
],
"activated": true,
"isCxpDirect": false,
"currencyCode": "USD"
},
"eventType": "purchase.card.issued",
"eventTime": "2022-03-03T22:58:04.9731589Z",
"dataVersion": "1"
}]
purchase.card.terminated
[{
"id": "577bfb69-dda2-4cbd-9360-441e6dad560f",
"subject": "e454dc78-e8b9-4b7f-8568-8bf6246d94a9",
"data": {
"idCard": 280888,
"cardGuid": "c31b94f0-628c-4858-afa6-500fbde01689",
"type": "Virtual",
"cardStatus": "Card - Deactivated",
"nameLine1": "TestName",
"nameLine2": "VCC",
"expirationDate": "0922",
"terminateDate": "2022-08-25T23:59:59Z",
"lastFour": "1834",
"actualExpirationDate": "2022-09-07T04:00:00Z",
"orderNumber": "123456789",
"customerId": "Joe Doe",
"incomingTransactionCode": "0A0789F637955493434227205",
"usageLimit": 100,
"amountLimit": 100,
"merchantIdentifier": "e454dc78-e8b9-4b7f-8568-8bf6246d94a9",
"merchantName": "ClientName",
"purchaseType": "98",
"availableBalance": 0.0,
"limitWindow": "LIFETIME",
"midWhitelist": [
"123"
],
"midBlacklist": [
"555"
],
"activated": false,
"isCxpDirect": false,
"currencyCode": "USD"
},
"eventType": "purchase.card.terminated",
"eventTime": "2022-08-08T16:49:57.7766526Z",
"dataVersion": "1"
}]
[{
"id": "7e156257-6b11-4702-82da-0d7d7b4a69d1",
"subject": "e454dc78-e8b9-4b7f-8568-8bf6246d94a9",
"data": {
"idCard": 31867,
"cardGuid": "a7158c60-571f-4105-b140-d469ae97d7c2",
"type": "Lodged",
"cardStatus": "Card - Deactivated",
"nameLine1": "TestName",
"nameLine2": "Lodged",
"expirationDate": "0325",
"terminateDate": "2022-08-25T23:59:59Z",
"lastFour": "6431",
"actualExpirationDate": "2025-03-02T06:00:00Z",
"orderNumber": "12345678",
"customerId": "Joe Doe",
"incomingTransactionCode": "013C494637819446346278269",
"usageLimit": 2,
"amountLimit": 100,
"merchantIdentifier": "e454dc78-e8b9-4b7f-8568-8bf6246d94a9",
"merchantName": "ClientName",
"purchaseType": "98",
"availableBalance": 0.0,
"limitWindow": "WEEK",
"midWhitelist": [
"123"
],
"midBlacklist": [
"555"
],
"activated": false,
"isCxpDirect": false,
"currencyCode": "USD"
},
"eventType": "purchase.card.terminated",
"eventTime": "2022-03-03T23:04:43.1227852Z",
"dataVersion": "1"
}]
[{
"id": "f6649fd8-ef1d-4ac7-8ffd-8668c30539d3",
"subject": "e454dc78-e8b9-4b7f-8568-8bf6246d94a9",
"data": {
"idCard": 31866,
"cardGuid": "be333a6e-5129-4147-9a36-f21ef0791440",
"type": "Physical",
"cardStatus": "Card - Deactivated",
"nameLine1": "TestName",
"nameLine2": "VCCPhysical",
"expirationDate": "1222",
"terminateDate": "2022-08-25T23:59:59Z",
"lastFour": "2641",
"actualExpirationDate": "2022-12-02T06:00:00Z",
"orderNumber": "12345678",
"customerId": "Joe Doe",
"incomingTransactionCode": "F9F45A1637819446346278268",
"usageLimit": 15,
"amountLimit": 100,
"merchantIdentifier": "e454dc78-e8b9-4b7f-8568-8bf6246d94a9",
"merchantName": "ClientName",
"purchaseType": "98",
"availableBalance": 0.0,
"limitWindow": "LIFETIME",
"midWhitelist": [
"123"
],
"midBlacklist": [
"555"
],
"activated": false,
"isCxpDirect": false,
"currencyCode": "USD"
},
"eventType": "purchase.card.terminated",
"eventTime": "2022-03-03T23:00:53.5451851Z",
"dataVersion": "1"
}]
purchase.card.adjusted
[{
"id": "10b77ec5-8d54-4cfb-abc9-637e55bfa128",
"subject": "e454dc78-e8b9-4b7f-8568-8bf6246d94a9",
"data": {
"idCard": 31868,
"cardGuid": "8e9de236-b255-4e47-8c47-cedf5a99dbb1",
"type": "Virtual",
"cardStatus": "Card - Active",
"nameLine1": "TestName",
"nameLine2": "VCC",
"expirationDate": "1222",
"terminateDate": "2022-08-25T23:59:59Z",
"lastFour": "5600",
"actualExpirationDate": "2022-12-30T23:59:59Z",
"orderNumber": "Dan-20220225M94217",
"customerId": "Joe Doe",
"incomingTransactionCode": "907F7A1637814005390830075",
"usageLimit": 1,
"amountLimit": 12.0,
"merchantIdentifier": "e454dc78-e8b9-4b7f-8568-8bf6246d94a9",
"merchantName": "ClientName",
"purchaseType": "01",
"availableBalance": 12.0,
"limitWindow": "LIFETIME",
"midWhitelist": [
"123"
],
"midBlacklist": [
"555"
],
"activated": true,
"isCxpDirect": false,
"currencyCode": "USD"
},
"eventType": "purchase.card.adjusted",
"eventTime": "2022-03-03T23:05:56.8012976Z",
"dataVersion": "1"
}]
[{
"id": "3c6e7e5d-2fe5-493b-88bd-05d4e3df2153",
"subject": "e454dc78-e8b9-4b7f-8568-8bf6246d94a9",
"data": {
"idCard": 31867,
"cardGuid": "a7158c60-571f-4105-b140-d469ae97d7c2",
"type": "Lodged",
"cardStatus": "Card - Active",
"nameLine1": "TestName",
"nameLine2": "Lodged",
"expirationDate": "0825",
"terminateDate": "20252-08-25T23:59:59Z",
"lastFour": "6431",
"actualExpirationDate": "2025-08-03T23:59:59Z",
"orderNumber": "Dan-20220225M94217",
"customerId": "Joe Doe",
"incomingTransactionCode": "013C494637819446346278269",
"usageLimit": 2,
"amountLimit": 30.0,
"merchantIdentifier": "d37721d9-9277-4040-82ca-004342919c97",
"merchantName": "ClientName",
"purchaseType": "98",
"availableBalance": 30.0,
"limitWindow": "WEEK",
"midWhitelist": [
"123"
],
"midBlacklist": [
"555"
],
"activated": true,
"isCxpDirect": false,
"currencyCode": "USD"
},
"eventType": "purchase.card.adjusted",
"eventTime": "2022-03-03T23:04:01.0190942Z",
"dataVersion": "1"
}]
[{
"id": "849d32cb-f5d3-490c-bf2a-44c7a2f5c78d",
"subject": "e454dc78-e8b9-4b7f-8568-8bf6246d94a9",
"data": {
"idCard": 31867,
"cardGuid": "a7158c60-571f-4105-b140-d469ae97d7c2",
"type": "Lodged",
"cardStatus": "Card - Suspended",
"nameLine1": "TestName",
"nameLine2": "Lodged",
"expirationDate": "0325",
"terminateDate": "20252-08-25T23:59:59Z",
"lastFour": "6431",
"actualExpirationDate": "2025-03-03T23:59:59Z",
"orderNumber": "Dan-20220225M94217",
"customerId": "Joe Doe",
"incomingTransactionCode": "013C494637819446346278269",
"usageLimit": 2,
"amountLimit": 30.0,
"merchantIdentifier": "d37721d9-9277-4040-82ca-004342919c97",
"merchantName": "ClientName",
"purchaseType": "98",
"availableBalance": 30.0,
"limitWindow": "WEEK",
"midWhitelist": [
"123"
],
"midBlacklist": [
"555"
],
"activated": false,
"isCxpDirect": false,
"currencyCode": "USD"
},
"eventType": "purchase.card.adjusted",
"eventTime": "2022-03-03T23:04:24.8815995Z",
"dataVersion": "1"
}]
[{
"id": "eaf0ccf9-8601-40bc-aa66-8d97fd603f27",
"subject": "e454dc78-e8b9-4b7f-8568-8bf6246d94a9",
"data": {
"idCard": 31866,
"cardGuid": "be333a6e-5129-4147-9a36-f21ef0791440",
"type": "Physical",
"cardStatus": "Card - Active",
"nameLine1": "Ping",
"nameLine2": "VCCPhysical",
"expirationDate": "1222",
"terminateDate": "2022-08-25T23:59:59Z",
"lastFour": "2641",
"actualExpirationDate": "2022-12-30T23:59:59Z",
"orderNumber": "12345678",
"customerId": "Joe Doe",
"incomingTransactionCode": "F9F45A1637819446346278268",
"usageLimit": 1,
"amountLimit": 20.0,
"merchantIdentifier": "d37721d9-9277-4040-82ca-004342919c97",
"merchantName": "ClientName",
"purchaseType": "98",
"availableBalance": 20.0,
"limitWindow": "LIFETIME",
"midWhitelist": [
"123"
],
"midBlacklist": [
"555"
],
"activated": true,
"isCxpDirect": false,
"currencyCode": "USD"
},
"eventType": "purchase.card.adjusted",
"eventTime": "2022-03-03T23:00:01.0601114Z",
"dataVersion": "1"
}]
Purchase Card Transaction Event Samples
The fields you will find within the data payload for Purchase Card Transaction events along with sample messages are as follows:
Field | Type | Description |
---|---|---|
amount | decimal | Amount of the authorization or settled transaction in the card's billed currency. |
cardGuid | string | Globally unique identifier (GUID) of the card that is referenced in other webhook messages and used for updates and performing inquiries. |
idCard | integer | A unique identifier of the card. |
currencyCode | string | Alpha currency code of the billed amount. |
network | string | Issuing network of the card (Visa, Mastercard, or UATP). |
cardAcceptorName | string | Name of the supplier processing the card. |
cardAcceptorMid | string | Unique identifier of the supplier processing the card. |
cardAcceptorMcc | string | Merchant category code (MCC) of the supplier processing the card. |
cardAcceptorCity | string | City location of the supplier processing the card; may include State or be replaced with online retail URL or supplier phone number. |
cardAcceptorState | string | State location of the supplier processing the card. |
cardAcceptorZip | string | ZIP code of the supplier processing the card. |
availableBalance | decimal | Available amount remaining on the card for additional authorizations as a result of the recorded event. |
timestamp | string | The time an event first occurred. |
authCode | string | 6-character authorization code generated. |
authMessage | string | Descriptive details related to the authorization event. Examples: |
authorizationCurrencyCode | string | Alpha currency code of the authorization in the supplier's source currency. |
authorizationAmount | decimal | Amount of the authorization in the supplier's source currency. |
merchantIdentifier | string | Unique GUID assigned to your ConnexPay merchant record. |
merchantName | string | Client name assigned to your ConnexPay merchant record. |
cardAcceptorCountry | string | Alpha-2 country code of the supplier processing the card. |
orderNumber | string | Client identifier that may be input during the Create Sale or IssueLite process which can comprise of multiple sales and purchases. |
decisionBy | string | Identifies the determining organization for authorization approved and declined messages. Options will be ConnexPay or your merchantName when you have responded to a VCC Decisioning event. |
isCxpDirect | boolean | Populated as "true" when a Payee is indicated with Direct as the payout method, otherwise "false". |
referenceId | string | Future use |
isMaestro | boolean | Populated as "true" when a Visa card is using Maestro for alternative routing, otherwise "false". |
acquirerId | string | The unique number assigned by Mastercard that identifies the acquirer. |
cardAcceptorId | string | The unique acquirer-assigned number that identifies the merchant. Also, known as the merchant ID. |
precedingRelatedToken | string | For authorization events that are linked to an originating event, the id of the original event will be provided here. |
purchase.card.auth.approved
[{
"id": "94726ac7-0d29-4061-9a52-f5dc8996b096",
"subject": "e454dc78-e8b9-4b7f-8568-8bf6246d94a9",
"data": {
"amount": 132.4,
"cardGuid": "dd455c47-1ef1-47ac-b8ff-80d91edee895",
"idCard": 1733467,
"currencyCode": "USD",
"network": "MASTERCARD",
"cardAcceptorName": "SUPPLIER NAME",
"cardAcceptorMid": "000000001596175",
"cardAcceptorMcc": "4457",
"cardAcceptorCity": "770-6342359",
"cardAcceptorState": "GA",
"cardAcceptorZip": "30022",
"availableBalance": 1.0,
"timestamp": "2023-03-17T15:03:12.022653Z",
"authCode": "123321",
"authMessage": "Approved or completed successfully",
"authorizationCurrencyCode": "USD",
"authorizationAmount": 132.4,
"merchantIdentifier": "d37721d9-9277-4040-82ca-004342919c97",
"merchantName": "ClientName",
"cardAcceptorCountry": "US",
"orderNumber": "1eb2789d-b402-41c3-b945-13bd5229142a",
"decisionBy": "ConnexPay",
"isCxpDirect": false,
"referenceId": "",
"isMaestro": false,
"acquirerId": "002244",
"cardAcceptorId": "ABC123"
},
"eventType": "purchase.card.auth.approved",
"eventTime": "2023-03-17T15:03:12.022653Z",
"dataVersion": "1"
}]
purchase.card.auth.declined
[{
"id": "0ec83dab-0a7a-4b23-91d7-9035302b4e3c",
"subject": "e454dc78-e8b9-4b7f-8568-8bf6246d94a9",
"data": {
"amount": 1.01,
"cardGuid": "9dc184e9-e1c4-4193-a9e0-c9746e8d2ecd",
"idCard": 1733467,
"currencyCode": "USD",
"network": "MASTERCARD",
"cardAcceptorName": "SUPPLIER NAME",
"cardAcceptorMid": "000000001596175",
"cardAcceptorMcc": "4457",
"cardAcceptorCity": "770-6342359",
"cardAcceptorState": "GA",
"cardAcceptorZip": "30022",
"availableBalance": 1.0,
"timestamp": "2023-03-17T15:03:12.022653Z",
"authMessage": "No sufficient funds",
"merchantIdentifier": "d37721d9-9277-4040-82ca-004342919c97",
"merchantName": "ClientName",
"cardAcceptorCountry": "US",
"orderNumber": "1eb2789d-b402-41c3-b945-13bd5229142a",
"decisionBy": "ConnexPay",
"isCxpDirect": false
},
"eventType": "purchase.card.auth.declined",
"eventTime": "2023-03-17T15:03:12.022653Z",
"dataVersion": "1"
}]
purchase.card.auth.reversal.settled
[{
"id": "9fa3b514-c6fc-4497-a9b4-53b51f29332f",
"subject": "e454dc78-e8b9-4b7f-8568-8bf6246d94a9",
"data": {
"amount": 132.4,
"cardGuid": "dd455c47-1ef1-47ac-b8ff-80d91edee895",
"idCard": 1731857,
"currencyCode": "USD",
"network": "VISA",
"cardAcceptorName": "SUPPLIER NAME",
"cardAcceptorMid": "000000001596175",
"cardAcceptorMcc": "4457",
"cardAcceptorCity": "770-6342359",
"cardAcceptorState": "GA",
"cardAcceptorZip": "30022",
"availableBalance": 133.4,
"timestamp": "2023-03-17T15:03:12.022653Z",
"authMessage": "Approved or completed successfully",
"precedingRelatedToken": "94726ac7-0d29-4061-9a52-f5dc8996b096",
"authorizationCurrencyCode": "USD",
"authorizationAmount": 132.4,
"merchantIdentifier": "d37721d9-9277-4040-82ca-004342919c97",
"merchantName": "ClientName",
"cardAcceptorCountry": "US",
"orderNumber": "1eb2789d-b402-41c3-b945-13bd5229142a",
"isCxpDirect": false
},
"eventType": "purchase.card.auth.reversal.settled",
"eventTime": "2023-03-17T15:03:12.022653Z",
"dataVersion": "1"
}]
purchase.card.auth.reversal.issuerexpiration
[{
"id": "94726ac7-be31-4061-9a52-f5dc8996b098",
"subject": "e454dc78-e8b9-4b7f-8568-8bf6246d94a9",
"data": {
"amount": 132.4,
"cardGuid": "dd455c47-1ef1-47ac-b8ff-80d91edee895",
"idCard": 1733467,
"currencyCode": "USD",
"network": "VISA",
"cardAcceptorName": "SUPPLIER NAME",
"cardAcceptorMid": "000000001596175",
"cardAcceptorMcc": "4457",
"cardAcceptorCity": "770-6342359",
"cardAcceptorState": "GA",
"cardAcceptorZip": "30022",
"availableBalance": 133.4,
"timestamp": "2023-03-17T15:03:12.022653Z",
"authCode": "123321",
"authMessage": "Approved or completed successfully",
"precedingRelatedToken": "94726ac7-0d29-4061-9a52-f5dc8996b096",
"authorizationCurrencyCode": "USD",
"authorizationAmount": 132.4,
"merchantIdentifier": "d37721d9-9277-4040-82ca-004342919c97",
"merchantName": "ClientName",
"cardAcceptorCountry": "US",
"orderNumber": "1eb2789d-b402-41c3-b945-13bd5229142a",
"isCxpDirect": false
},
"eventType": "purchase.card.auth.reversal.issuerexpiration",
"eventTime": "2023-03-17T15:03:12.022653Z",
"dataVersion": "1"
}]
purchase.card.auth.settled
[{
"id": "94726ac7-0d29-4061-9a52-f5dc8996b096",
"subject": "e454dc78-e8b9-4b7f-8568-8bf6246d94a9",
"data": {
"amount": 132.4,
"cardGuid": "dd455c47-1ef1-47ac-b8ff-80d91edee895",
"idCard": 1731857,
"currencyCode": "USD",
"network": "VISA",
"cardAcceptorName": "SUPPLIER NAME",
"cardAcceptorMid": "000000001596175",
"cardAcceptorMcc": "4457",
"cardAcceptorCity": "770-6342359",
"cardAcceptorState": "GA",
"cardAcceptorZip": "30022",
"availableBalance": 1.0,
"timestamp": "2023-03-17T15:03:12.022653Z",
"authMessage": "Approved or completed successfully",
"precedingRelatedToken": "94726ac7-0d29-4061-9a52-f5dc8996b096",
"authorizationCurrencyCode": "USD",
"authorizationAmount": 132.4,
"merchantIdentifier": "d37721d9-9277-4040-82ca-004342919c97",
"merchantName": "Client Name",
"cardAcceptorCountry": "US",
"orderNumber": "1eb2789d-b402-41c3-b945-13bd5229142a",
"isCxpDirect": false
},
"eventType": "purchase.card.auth.settled",
"eventTime": "2023-03-17T15:03:12.022653Z",
"dataVersion": "1"
}]
purchase.card.return.auth.declined
[{
"id": "94726ac7-0d29-1234-9a52-f5dc8996b096",
"subject": "e454dc78-e8b9-4b7f-8568-8bf6246d94a9",
"data": {
"amount": 132.4,
"cardGuid": "dd455c47-1ef1-47ac-b8ff-80d91edee895",
"idCard": 1731857,
"currencyCode": "USD",
"network": "VISA",
"cardAcceptorName": "SUPPLIER NAME",
"cardAcceptorMid": "000000001596175",
"cardAcceptorMcc": "4457",
"cardAcceptorCity": "770-6342359",
"cardAcceptorState": "GA",
"cardAcceptorZip": "30022",
"availableBalance": 1.0,
"authMessage": "Unknown Response Code",
"authorizationCurrencyCode": "USD",
"authorizationAmount": 132.4,
"merchantIdentifier": "d37721d9-9277-4040-82ca-004342919c97",
"merchantName": "Client Name",
"cardAcceptorCountry": "US",
"orderNumber": "1eb2789d-b402-41c3-b945-13bd5229142a",
"isCxpDirect": false
},
"eventType": "purchase.card.return.auth.declined",
"eventTime": "2023-03-17T15:03:12.022653Z",
"dataVersion": "1"
}]
purchase.card.return.auth.approved
[{
"id": "94726ac7-0d29-1234-9a52-f5dc8996b096",
"subject": "e454dc78-e8b9-4b7f-8568-8bf6246d94a9",
"data": {
"amount": 132.4,
"cardGuid": "dd455c47-1ef1-47ac-b8ff-80d91edee895",
"idCard": 1731857,
"currencyCode": "USD",
"network": "VISA",
"cardAcceptorName": "SUPPLIER NAME",
"cardAcceptorMid": "000000001596175",
"cardAcceptorMcc": "4457",
"cardAcceptorCity": "770-6342359",
"cardAcceptorState": "GA",
"cardAcceptorZip": "30022",
"availableBalance": 1.0,
"authCode": "A4C5D6",
"authMessage": "Approved or completed successfully",
"authorizationCurrencyCode": "USD",
"authorizationAmount": 132.4,
"merchantIdentifier": "d37721d9-9277-4040-82ca-004342919c97",
"merchantName": "Client Name",
"cardAcceptorCountry": "US",
"orderNumber": "1eb2789d-b402-41c3-b945-13bd5229142a",
"isCxpDirect": false
},
"eventType": "purchase.card.return.auth.approved",
"eventTime": "2023-03-17T15:03:12.022653Z",
"dataVersion": "1"
}]
purchase.card.return.auth.settled
[{
"id": "94726ac7-0d29-1234-9a52-f5dc8996b096",
"subject": "e454dc78-e8b9-4b7f-8568-8bf6246d94a9",
"data": {
"amount": 132.4,
"cardGuid": "dd455c47-1ef1-47ac-b8ff-80d91edee895",
"idCard": 1731857,
"currencyCode": "USD",
"network": "VISA",
"cardAcceptorName": "SUPPLIER NAME",
"cardAcceptorMid": "000000001596175",
"cardAcceptorMcc": "4457",
"cardAcceptorCity": "770-6342359",
"cardAcceptorState": "GA",
"cardAcceptorZip": "30022",
"availableBalance": 133.0,
"authMessage": "Approved or completed successfully",
"precedingRelatedToken": "94726ac7-0d29-1234-9a52-f5dc8996b096",
"authorizationCurrencyCode": "USD",
"authorizationAmount": 132.4,
"merchantIdentifier": "d37721d9-9277-4040-82ca-004342919c97",
"merchantName": "Client Name",
"cardAcceptorCountry": "US",
"orderNumber": "1eb2789d-b402-41c3-b945-13bd5229142a",
"isCxpDirect": false
},
"eventType": "purchase.card.return.auth.settled",
"eventTime": "2023-03-17T15:03:12.022653Z",
"dataVersion": "1"
}]
purchase.card.return.auth.reversal.settled
[{
"id": "e454dc78-e8b9-4b7f-8568-8bf6246d94a9",
"subject": "e454dc78-e8b9-4b7f-8568-8bf6246d94a9",
"data": {
"amount": 132.4,
"cardGuid": "dd455c47-1ef1-47ac-b8ff-80d91edee895",
"idCard": 1731857,
"currencyCode": "USD",
"network": "VISA",
"cardAcceptorName": "SUPPLIER NAME",
"cardAcceptorMid": "000000001596175",
"cardAcceptorMcc": "4457",
"cardAcceptorCity": "770-6342359",
"cardAcceptorState": "GA",
"cardAcceptorZip": "30022",
"availableBalance": 1.0,
"authMessage": "Approved or completed successfully",
"authorizationCurrencyCode": "USD",
"authorizationAmount": 132.4,
"merchantIdentifier": "d37721d9-9277-4040-82ca-004342919c97",
"merchantName": "Client Name",
"cardAcceptorCountry": "US",
"orderNumber": "1eb2789d-b402-41c3-b945-13bd5229142a",
"isCxpDirect": false
},
"eventType": "purchase.card.return.auth.reversal.settled",
"eventTime": "2023-03-17T15:03:12.022653Z",
"dataVersion": "1"
}]
Updated about 2 months ago