Webhooks are a critical component of the payment process, serving as a real-time notification system for transaction outcomes. They provide immediate updates on payment statuses, allowing your application to respond promptly to successful, failed, or expired transactions.Documentation Index
Fetch the complete documentation index at: https://docs.fenanpay.com/llms.txt
Use this file to discover all available pages before exploring further.
Webhooks ensure that your system stays synchronized with the payment process, enabling you to take appropriate actions based on transaction results.
Setting Up Webhooks
You have two options for configuring your webhook URL:- Per-Transaction Basis: Specify the
callback_urlparameter when creating a payment intent using either ExpressPay or Checkout.
ExpressPay
Set callback URL for ExpressPay transactions
Checkout
Configure callback URL for Checkout payments
- Global Setting: Configure a default webhook URL in your Fenan Pay dashboard settings.
