Volt notification system

Volt notifications is a webhook-based system that keeps you updated on the latest payment statuses.
We will send a secure, digitally signed POST request to a specified URL on your server.
Volt will notify your system of the success, failure or pending status of a payment.
This process operates in the background, ensuring it remains invisible to the shopper.
example notification
{
  "payment": "292d48f6-90f3-450b-93eb-0b480b8b70dd",
  "reference": "Invoice-12345",
  "merchantInternalReference": "Order for a trip to Greece 20-27.08.2023",
  "amount": 1000,
  "status": "COMPLETED",
  "detailedStatus": "COMPLETED"
}

For an implementation guide and detailed technical documentation, please visit

Volt Notifications documentation