Receive Remittance
URL
The endpoint and http method information used to withdraw from member wallet are stated below.
Request Parameters
The expected parameters to be sent in requests to withdraw from member wallet are listed under the table and subheadings below.
ID of member who own the wallet
The amout to be withdraw from wallet
Currency of the wallet
Description
Type that indicated the remittance reason. Default value is REDEEM_ONLY_LOYALTY
. See: Types of Wallet Transfer/Withdrawal
Response Parameters
Parameters returned as a result of withdraw from 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 of the transaction
The date that remittance created
The amount of the remittance
Currency of the wallet
ID value of the related member
Type of the remittance record. SEND
: Money Transfer, RECEIVE
: Withdraw
Type that indicated the remittance reason. see: Types of Wallet Transfer/Withdrawal
Description
Sample Codes
You can review the sample codes in the open source Craftgate API clients.