Payment Notifications (IPN/Callback)

1 min. readlast update: 06.10.2025

When a client makes a payment, OxaPay sends a real-time HTTP POST request to the Callback URL you’ve defined in your dashboard or API settings. This request contains important transaction data such as payment status, amount received, currency, and transaction hash.


This system allows your platform to automatically update order statuses, credit balances, or trigger other actions immediately after a payment is confirmed.

Main Benefits:

  • Immediate notification of successful payments

  • Automated updates to your platform without manual monitoring

  • Enhanced transaction tracking and reporting

To set up your callback URL, simply specify it in the "callback_url" parameter when creating invoices via the API or in your dashboard. You can also review other webhook-related articles using the following links:

How to Configure Payment Notifications?

What is the webhook callback and how do I set it up?

How do I verify that a callback is genuinely from OxaPay (HMAC signature)?

Why am I not receiving the callback? 

Was this article helpful?