Request
Provide your bearer token in the Authorization
header when making requests to protected resources. Example:Authorization: Bearer ********************
Body Params application/json
{
"email": "string",
"areaCode": "string",
"phone": "string",
"holderType": "INDIVIDUAL",
"holder": {},
"industryType": "EXPORT_IMPORT_WHOLESALE_AND_RETAIL_TRADES",
"partnerReferenceId": "string"
}
Request samples
curl --location --request POST '/wallet/' \
--header 'Content-Type: application/json' \
--data-raw '{
"email": "string",
"areaCode": "string",
"phone": "string",
"holderType": "INDIVIDUAL",
"holder": {},
"industryType": "EXPORT_IMPORT_WHOLESALE_AND_RETAIL_TRADES",
"partnerReferenceId": "string"
}'
Responses
application/json {
"walletId": "WA1234",
"holderType": "INDIVIDUAL"
}
Modified at 2023-04-23 07:45:17