v1
latestOpenAPI 3.1.02026-08-06731,0781.4 MBACH
Notification
This is an outbound HTTP POST message from the Shift4 gateway to the merchant's environment that provides status of the ach request. This notification request will be sent from Shift4 to the URL provided in the merchant's boarding configuration.
This requires the interface vendor to establish a listening service to receive these requests.
postWebhookach-notification
Payload
Example payload
{
"event": {
"type": "ach.verify.verification_status_update"
},
"ach": {
"verificationType": "P"
},
"token": {
"value": "9829283019231234",
"type": "ACH"
},
"transaction": {
"authSource": "A",
"responseCode": "A"
},
"notificationId": "6ca3c55e-1b7c-4cad-8ae2-cac052b5510d",
"server": {
"name": "TM01CE"
}
}Response
Return 200 status to indicate that the Notification was received successfully.