Skip to main content

IPN & Webhook Setting

"IPN Url" This URL is used to receive hook data on new transaction complete or failure notifications.

You can set the IPN URL from Settings -> API Config.

If you wish to overwrite the Config you can also send webhookUrl url via the payment request payload (check payment request menu).

"Webhook Url" for getting transactions update Notification hook data.

{
"type": "sale", //refund,payout
"amount": "24.00",
"status": "success", //success or failed
"reference": "O4j2V5thWT",
"transaction_id": "56-9-3485176",
"created_at": "2024-01-19T10:49:27.000000Z",
"payment_method": "Card (VISA)",
"processor_name": "Trust Payments",
"currency": "USD",
}

See the attached image

ipn-url