Need a guide?

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

Wallet Endpoints (api/Wallet)

General Definitions

ParameterDescription
baseurlSandbox – https://test.xprizo.com/apiLive- https://wallet.xprizo.com/api
apiversion1.0
apikeyAPI key For authentication

 

Get Wallet Information

Request

curl --location --request GET '{baseurl}/Wallet/Info?contact={username/emailid/mobilenumber}&currencyCode={currencyCode}' \
--header 'Accept: text/plain; x-api-version=1.0' \
--header 'x-api-version: {apiversion}' \
--header 'x-api-key: {apikey}'

ParameterDescription
contactenter the user’s mobile number, username, or email  for searching
currencyCodethe currency code of the wallet to search for – leave blank to fetch the user’s default wallet.

Response (200)

{
    "id": <accountId>,
    "contactId": <contactId>,
    "contact": <owners Name>,
    "currencyCode": <currency code>,
    "symbol": <currency symbol>,
    "name": <wallet name>,
    "profilePicture": <owners picture>,
    "isDefault": <is the owners default wallet>,
    "isMerchant": <is the owners have merchant wallet>
}

Explore other manuals

Preference Endpoints (api/Preference)

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