added

April 2, 2022

Webhooks

With FX as a Service Webhooks, you can register a URL of your application, to receive notifications regarding changes in customer and transaction status.

  • /api/hooks allows the creation of webhooks to receive notifications when there is a change in the status of transactions and users. Check the complete documentation here
    • POST /api/hooks, creates a new webhook;
    • GET/api/hooks, returns webhooks based on parameters;
    • DEL/api/hooks, delete webhook by id.