Need a guide?

Write topic related to your question below to find your answer.

Preference Endpoints (api/Preference)

General Definitions

ParameterDescription
baseurlSandbox – https://test.xprizo.com/apiLive- https://wallet.xprizo.com/api
apiversion1.0
apikeyAPI 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}'

ParameterDescription
urlUrl to receive callbacks

Response (200)

Explore other manuals

Wallet Endpoints (api/Wallet)

General Definitions Parameter Description baseurl Sandbox – https://test.xprizo.com/apiLive- https://wallet.xprizo.com/api apiversion 1.0 apikey API…

Read more

Transaction Endpoints (api/Transaction)

General Definitions Parameter Description baseurl Sandbox – https://test.xprizo.com/apiLive- https://wallet.xprizo.com/api apiversion 1.0 apikey API…

Read more

Introduction

The purpose of this document is to provide a comprehensive guide…

Read more