Funding
Last updated
Last updated
Successful top-up to currency balances triggers a callback notification. Notification type is HTTP GET and includes the data below
{ref} - Your Transaction Reference
{status} - Transaction Status as completed or failed
{amount} - Transaction Amount
Data passed is available as query parameters attached to your server endpoint url. This endpoint is defined on your server and should be setup to accept the values above.
Full Information - To fetch additional information about the funding transaction, such as source, time etc, you should call the Check Funding Status API using the ref received in the notification.