customer/getWalletTxnHistory
Name | Type | Description | |
---|
api_key | string(required) | Your API-key | |
marketplace_user_id | number(optional) | marketplace_user_id | |
need_balance_only | number(optional) | Need Balance Only |
|
vendor_id | number(optional) | Customer Id | |
| | | |
Request
Body Params application/json
{
"api_key" :{{api key}},
"marketplace_user_id" : 1234199,
"need_balance_only" : 0,
"vendor_id" : 5355813
}
Request Code Samples
curl --location --request POST 'https://api.yelo.red/open/customer/getWalletTxnHistory' \
--header 'Content-Type: application/json' \
--data-raw '{
"api_key" :{{api key}},
"marketplace_user_id" : 1234199,
"need_balance_only" : 0,
"vendor_id" : 5355813
}'
Responses
application/json Modified at 2024-04-17 07:11:33