SANDBOX - SANDBOX - SANDBOX - SANDBOX - SANDBOX - SANDBOX - SANDBOX - SANDBOX - SANDBOX - SANDBOX -
SANDBOX - SANDBOX - SANDBOX - SANDBOX - SANDBOX - SANDBOX - SANDBOX - SANDBOX - SANDBOX - SANDBOX -
× #message#
×

Warning

API Manual

Webhook

Setup the webhook notifications URL to be notified when a sub-merchant state changes.

Payment data is sent using JSON format in the HTTP message body.

Webhook handler should not perform lengthy processing and should return as soon as possible. Connection timeout is set to 2 seconds.

Your server URL:

You can setup your webhook notifications URL in your API Settings.

HTTP message body data:

{
    "user":"11111111-2222-3333-4444-555555555555"
}

After receiving a webhook you should use the GetUser API call to retrieve the current status for the sub-merchant.

IP addresses

The full list of IP addresses that webhook notifications may come from: https://sandbox.forumpay.com/api/ips/ips_webhooks.txt

×