Merchant Server Integration (MSI):
Our Merchant Server Integration (MSI) uses HTTP to POST an XML document containing notification data to a URL within a merchant’s site. You may then use this data on your back end, typically to update your own database with eLayaway related information.
MSI notifies merchants of the following events:
| Event | Notification |
|---|---|
| Customer completes the layaway process. (Default) | New Purchase |
| Customer completes the layaway process. (Optional - Call merchant support to activate) | New Order with New Purchase Attached |
| Final layaway payment is successfully processed. | Purchase Completion |
| Customer cancels their purchase in the middle of the layaway process. | Purchase Cancellation |
| Scheduled payment is successfully processed. | Payment Successful |
How to Enable
To start receiving our MSI notifications you must specify a destination within your eLayaway merchant account. Log into your account and click on "Edit Company Info." Once in this area look for the "Notification URL" box and enter in the destination for the notifications to be sent to. This process is identical in both the production merchant account and the sandbox merchant account.
Click Here:
Edit this:
Verification Code
Every notification comes with a validation-code entity in the XML document. This one-time use code can be posted back to eLayaway to ensure the document your server received is authentic. The following request would return ‘VERIFIED’ for the purchase notification below. (Each validation code / ID pair can be validated successfully only 1 time.)