Skip to content

Generic Notification
Webhook

Request

We will send you this json in our notifications

Security
BasicAuth
Bodyapplication/jsonrequired

Notification Payload

idstring, (uuid)

ID of the related notified resource

Example:"1bbc14c3-8ca8-492c-887d-1ca86400e4fa"
keystring

Merchant identification key

Example:"Example Key"
typestring
Enum:"authorisation""capture""frequent_create""void""refund""chargeback""subscription_create""subscription_capture""out_payment"
Example:"capture"
statusstring
Enum:"failed""success"
Example:"success"
messagesArray of strings
Example:
[ "Your request was successfully created" ]
datestring
Example:"2022-01-01 10:20:30"
Payload
{ "id": "1bbc14c3-8ca8-492c-887d-1ca86400e4fa", "key": "Example Key", "type": "capture", "status": "success", "messages": [ "Your request was successfully created" ], "date": "2022-01-01 10:20:30" }

Responses

Indicates that the data was received successfully

Headers
X-Easypay-Codestring

A user defined code