Client Balance Webhook

1. Client Balance Webhook Receiving

The Client Balance Webhook will push a JSON message whenever your client balance increases. This is done when funding is made to the account, or a payment has been returned.

To receive Webhook data from IGsend, please contact Income Group API Support. You must supply an accessible endpoint URL using HTTPS. We do not support push to HTTP. We will provide you with a list of available Client ID(s) which are accessible to you.

In the response header, we will include a unique authorization Bearer value which we will issue you once we confirm your endpoints are ready. This can be used to confirm that the data has originated from IGsend.

Response Payload



2. JSON Webhook Response

Key Value Description
InBoundPaymentPayload The container of the inbound funds payload data.
ClientID The Client ID of the IGsend client relating to the transaction.
AccountBalance The current client balance, after receiving the funds.
IncreaseInAmount This is the amount which has been received into the client account.
StatusTimeStamp The timestamp of when the balance retrieval took place.
TimeStamp The timestamp of the Webhook data push.