Oneinfinite v1
  • API Integration
    • Getting started
      • Environments
      • Security
    • API reference
      • Payment Methods
      • Checkout Preferences
        • Create a one-time payment
        • Create a Subscription
        • Get a Checkout Preference
      • Payment Orders
        • Get a Payment Order
      • Recurrent Payments
        • Get a Recurrent Payment
    • Webhooks
      • Configure
      • Notifications
    • Supported entities
      • Currencies
  • WooCommerce
    • WooCommerce Plugin
Powered by GitBook
On this page
  1. API Integration
  2. Webhooks

Configure

When a payer selects and completes the details of the corresponding payment method during the checkout, a new Payment Order is generated in our side.

You can receive updates on that payment order's status changes, configuring your webhook URL in the body of the Checkout Preference:

{
    // ...

    "custom_urls": {
        "status_changes_webhook": "https://api.mycompany.io/webhook",
    }

    // ...
}

If you want to configure your Oneinfinite account with a webhook that receives all notifications across all entities, you can contact the support team to have your URL set up at the account level

PreviousWebhooksNextNotifications

Last updated 28 days ago