Retrieve Merchant Wallet

URL

The endpoint and http method information used to inquiry merchant wallet are stated below.

HTTP Method URL
GET /wallet/v1/merchants/me/wallet

Response Parameters

Parameters returned as a result of inquiry merchant wallet are also subject to the rules specified in the Response Formats section of the API documentation home page. In the absence of a systematic or fictional error, the sub-parameters of the object returned in the data parameter are as follows:

Parameter Name Type Description
id number ID of wallet
createdDate date The date that the wallet created
updatedDate date the date that the wallet last update date
amount decimal The money amount that exist in wallet
currency string Currency of the wallet
memberId number ID of member who the owner of the wallet

Sample Codes

You can review the sample codes in the open source Craftgate API clients.