Callback

Pivot will send real-time notifications to your system for every key event that occurs on each of your products. This ensures you always receive the latest status updates without needing to hit our API constantly.

You can register a dedicated Callback URL for each product directly from your dashboard:

Dashboard → Setting → Developer Settings → Callbacks

For security, make sure to validate the Callback source using your Callback API Key, which is also available on the same Callbacks page.

Delivery Retries

Pivot will automatically retry callback deliveries when your endpoint returns 5xx, 408, 429, or when internal service errors occur. These retry attempts help ensure important event notifications are not lost due to temporary issues on the merchant side.

Our retry schedule is as follows:

  • 1st retry: after 5 minutes

  • 2nd retry: after 15 minutes

  • 3rd retry: after 1 hour

  • 4th retry: after 3 hours

  • 5th retry: after 6 hours

  • Final retry: after 12 hours

If all attempts fail, the callback will be flagged for manual retry.

You can manually trigger a retry anytime from the dashboard:

Dashboard → Setting → Developer Settings → Callback History

Last updated