Notification Examples

You can see all of the different notification responses for each type of notification and delivery method here.

SMS Example Responses

PaymentSuccess Oct 3 2019
2:37PM $0.01
Thank you,
MX Merchant Team
BatchClosed $0.01
Thank you,
MX Merchant Team
Deposit $0.01
Thank you,
MX Merchant team
RefundCreated Oct 3 2019
2:22PM $-0.01
Thank you, 
MX Merchant Team

E-mail Example Responses

From: <[email protected]>
Date: Mon, Mar 25, 2019 at 12:23 PM
Subject: MX Merchant Notification: PaymentFail at Your Business - Test greater than $0
To: <[email protected]>


A payment greater than $0 was declined at Payment Operations - Test for $11.00 on Mar 25 2019 12:23PM. Details below.

Location:	Your Business - Test
Reference:	908416032099
Tender:	UnionPay 0018
Type:	Sale
Amount:	$11.00
From:	API


Thank you,

MX Merchant Team
MX Merchant :: PCI Self Assessment Questionnaire Expiration
from:	System <[email protected]>
to:	[email protected]
date:	Oct 3, 2019, 8:20 AM
subject:	MX Merchant :: PCI Self Assessment Questionnaire Expiration
mailed-by:	mandrillapp.com
signed-by:	mxmerchant.com

MX Merchant Notification
The PCI Self Assessment Questionnaire for Your Merchant (MerchantId) has expired on 2019-10-03.
Please sign into the website https://mxmerchant.com. To revalidate your questionnaire follow the three easy steps below:

1. Click on Settings in the left hand menu
2. Click on the Compliance tile
3. Click the green activate the ControlScan App button or the green Manage PCI button which will guide you through the completion of your SAQ.

Webhook Example Responses

{
  "eventType": "PaymentSuccess",
  "merchantId": "418355562",
  "xmid": "554402000377887",
  "dba": "Merchant Name",
  "id": "22343388",
  "invoiceId": null,
  "invoiceNumber": "Z009BQGM",
  "transactionDate": "Aug 9 2018 6:21PM",
  "localDate": "Aug 9 2018 2:21PM",
  "transactionTypeName": "Sale",
  "paymentType": "ACH",
  "card": null,
  "referenceNumber": "822118000094",
  "authorizationCode": null,
  "responseCode": "0",
  "pan4": null,
  "totalAmount": "11.11",
  "responseMessage": "Approved",
  "customer": null,
  "customerNumber": null,
  "source": "QuickPay",
  "customFields": null
}
{
  "eventType": "PaymentFail",
  "merchantId": "418355562",
  "xmid": "554402000377887",
  "dba": "Merchant Name",
  "id": "22343395",
  "invoiceId": null,
  "invoiceNumber": "Z00AJPR8",
  "transactionDate": "Aug 9 2018 6:56PM",
  "localDate": "Aug 9 2018 2:56PM",
  "transactionTypeName": "Sale",
  "paymentType": "Card",
  "card": "Visa",
  "referenceNumber": "822118000102",
  "authorizationCode": null,
  "responseCode": "61",
  "pan4": "0001",
  "totalAmount": "11.11",
  "responseMessage": "Exceeds withdrawal amount limit. ",
  "customer": null,
  "customerNumber": null,
  "source": "QuickPay",
  "customFields": null
}
{
  "eventType": "RefundCreated",
  "merchantId": "418355562",
  "xmid": "554402000377887",
  "dba": "Merchant Name",
  "id": "22343393",
  "invoiceId": "1818024",
  "invoiceNumber": "1053",
  "transactionDate": "Aug 9 2018 6:53PM",
  "localDate": "Aug 9 2018 2:53PM",
  "transactionTypeName": "Return",
  "paymentType": "Card",
  "card": "Visa",
  "referenceNumber": "822118000100",
  "authorizationCode": "T2F1CH",
  "responseCode": "0",
  "pan4": "1111",
  "totalAmount": "-10.00",
  "responseMessage": "Approved",
  "customer": "testp test",
  "customerNumber": null,
  "source": "Invoice"
}
{
  "eventType": "BatchClosed",
  "dba": "Merchant Name",
  "merchantId": "418355562",
  "totalAmount": "33.46",
  "userName": null,
  "id": "2161847"
}
{
  "eventType": "Chargeback",
  "merchantId": "418355562",
  "xmid": "554402000377887",
  "dba": "Merchant Name",
  "localDate": "Aug 9 2018 6:56PM",
  "workOfDate": "Aug 9 2018 2:56PM",
  "cardNumberLast4": "1234",
  "chargebackAmount": "100",
  "chargebackFee": "Merchant Name",
  "transactionDate": "Aug 9 2018 2:56PM",
  "transactionAmount": "100",
  "reasonCode": null,
  "reason": null,
  "referenceNumber": null,
  "sequenceNumber": null
}
{
  "eventType": "SAQComplete",
  "merchantId": "418355562",
  "xmid": "554402000377887",
  "dba": "Merchant Name",
  "localDate": "Aug 9 2018 6:56PM",
  "dateCompleted": "Aug 9 2018 2:56PM",
  "dateExpires": "Aug 9 2018 2:56PM",
  "type": null,
  "signerName": "Signer Name"
}
{
  "eventType": "UpcomingSAQExpiration",
  "merchantId": "418355562",
  "xmid": "554402000377887",
  "dba": "Merchant Name",
  "localDate": "Aug 9 2018 6:56PM",
  "dateCompleted": "Aug 9 2018 2:56PM",
  "dateExpires": "Aug 9 2018 2:56PM",
  "type": null,
  "signerName": "Signer Name"
}
{
  "eventType": "UpcomingSAQExpiration",
  "merchantId": "418355562",
  "xmid": "554402000377887",
  "dba": "Merchant Name",
  "statementMonth": "8",
  "statementYear": "2018",
  "totalCharges": "100"
}
{
  "eventType": "ExpiredCard",
  "merchantId": "418355562",
  "dba": "Merchant Name",
  "subscriptionId": null,
  "customer": "John Doe",
  "accountHolderName": "John Doe",
  "accountNumberLast4": "1111",
  "expirationDate": "8/18",
  "cardType": "Visa"
}