Skip to main content

I have created an API user and API key on sandbox and has set the providerCallbackHost correctly, However when I try to make a disbursement on the endpoint disbursement/v1_0/deposit, I am getting the error “Callback URL does not match the configured value.” on request. even though the callback url host is the same as providerCallbackHost when creating the API user.
attached are screenshots of the request and response.

 

 

On creating the API User, the value for providerCallbackHost should be the host/domain part of your callback URL for this case, `webhook.site` note that the part `https://` is not there. 

Then in the x-callback-url header you use the full URL as you have done


Reply