Webhooks

Listen for the callback events Pine Labs Online triggers, so your integration can automatically trigger reactions.

Webhooks are a method of communication between two applications in real time. They enable merchants to receive notifications or trigger actions automatically when certain events occur in the payment system.

We use webhooks to notify you about the important events on your account. These webhooks contain details of the event such as changes in the transaction status and the resource impacted by the change.

We send webhooks as an HTTP POST call to a URL configured while Onboarding. The webhook payload uses the JSON format.

πŸ“˜

Note:

  • Contact our support team to set up a URL to receive webhooks from Pine Labs Online.

By integrating with webhooks, merchants can automate various tasks, such as updating order statuses, sending confirmation emails, or updating inventory levels, without manual intervention.

πŸ‘

Good to Know

  • Webhooks are asynchronous, so for time-sensitive actions, we recommend polling our API.
  • We attempt to send webhook events up to three times if the initial delivery to the merchant fails. Please wait for 5 seconds while we complete these retries. If the webhook event is still not received within this period, it is recommended to use the Get Order API to obtain the updated order status.

IP Address for Webhook

To ensure your integration is secure, configure your servers to accept webhooks only from the following IP range and address.

  • IP range: 13.201.195.80/28
  • IP adress: 13.200.147.61

Ask AI
Assistant
Hourly Limit
0 / 20000 tokens used Resets in: 60m 0s
Order Lifecycle
Refunds
Settlements
Checkout
Dashboard
International Payments
How do I implement webhook notifications for payment status updates, and what's the recommended way to verify webhook authenticity?
How do I integrate Pine Labs payment gateway with my React Native mobile app and what are the required API credentials?
Can I customize the payment UI for card transactions, and what parameters can I pass to modify the checkout experience for my customers?
Assistant