Skip to main content

Create Member Wallet

You can create a member wallet with this service.

URL

The endpoint and http method information to deposit to member wallet are stated below.

POST/wallet/v1/members/:id/wallets

Request Parameters

The parameters expected to be sent in the requests to be made for deposit to member wallet are listed under the table and sub-headings below.

negativeAmountLimit
decimal

Nevative balance amount for wallet, default value is zero.

currency
Currency

(See: Currencies) Currency of wallet

Values:
TRY
USD
EUR
GBP
CNY
ARS
BRL
AED
IQD
AZN
KZT

Response Parameters

The parameters returned as a result of create 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:

id
number

ID value of the wallet

createdDate
date

The date that the wallet created

updatedDate
date

The date that the wallet last updated

amount
decimal

Current balance of the wallet

withdrawalAmount
decimal

The amount can be withdraw from wallet

currency
string

Currency of the wallet

memberId
number

ID value of the member who own the wallet

Sample Codes

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

Loading..