Create reserved account for event
Developing
POST
/merchant/create-reserved-account
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request POST 'https://party-currency-app-production-5074.up.railway.app/merchant/create-reserved-account' \
--header 'Authorization: Token 6441fd488bd0dbfccc2a953d739276a55d867b90' \
--form 'event_id="EVTTPfEb"' \
--form 'customer_name="Kayode ojo"' \
--form 'bvn="345432343"'
Response Response Example
{}
Request
Header Params
Authorization
string
optional
Example:
Token 6441fd488bd0dbfccc2a953d739276a55d867b90
Body Params multipart/form-data
event_id
string
optional
Example:
EVTTPfEb
customer_name
string
optional
Example:
Kayode ojo
bvn
string
optional
Example:
345432343