General Definitions
| Parameter | Description |
| baseurl | Sandbox – https://test.xprizo.com/apiLive- https://wallet.xprizo.com/api |
| apiversion | 1.0 |
| apikey | API key For authentication |
Update Approval Webhook
Request
curl --location --request PUT '{baseurl}/Preference/SetApprovalWebhook?url={url}' \
--header 'Accept: text/plain; x-api-version=1.0' \
--header 'x-api-version: {apiversion}' \
--header 'x-api-key: {apikey}'| Parameter | Description |
| url | Url to receive callbacks |