How webhooks work in Archefusion

How to configure your webhook URL in Archefusion
Step 1: Paste the Archefusion webhook URL for each gateway into your gateway accounts.
Step 1: Paste the Archefusion webhook URL for each gateway into your gateway accounts.
This allows Archefusion to receive webhook events from all your configured gateways on your behalf.
- Log in to your merchant account.
- Navigate to “Payment Gateways” > “Gateway Providers” > “My Gateway.”
- Select one of your configured gateways and copy the webhook URL.

- Paste the webhook URL in your provider dashboard so Archefusion can receive payment notifications on your behalf.
- Repeat steps 3 and 4 for each payment gateway you configured.
Step 2: Provide your webhook URL in Archefusion to receive payment event notifications on your server.
Step 2: Provide your webhook URL in Archefusion to receive payment event notifications on your server.
- Navigate to “Settings” > “API Keys,” and scroll to the “Webhooks” section.
-
Paste your webhook URL in the “Webhook” field and click “Save.” Archefusion will send all payment event notifications to this URL.

- Click the “Get New Secret” button to get your webhook secret. You will use it to verify that every notification you receive is genuinely from Archefusion.
A few things to note:
- Your webhook URL must be a
POSTendpoint. - Your webhook URL must be a live URL (localhost cannot receive events).
- Your webhook URL must return a
200 OKHTTP response. For more information about Archefusion webhook events, retries, and how to verify them, visit the handle webhook notifications page.
Next step
Create a payment intent to start accepting payments through your configured gateways using your smart routing rules.

