Merchant Registration Request
Merchant user input merchant data from mobile apps and mobile backend will be forward the request to INVAS. System will generate token and send email containing complete registration and send SMS toke
{
"phone": <String, not null>,
"name": <String, not null>,
"email": <String>,
"partnerId": <String>,
"countryId": <String, not null>,
"sourceId": <String, not null>
}// Example
{
"phone": “081200001234”,
"name": “Surya Abadi”,
"email": “info@suryabadi.com”,
"partnerId": “0001”,
"countryId": “ID”,
"sourceId": “02001”
}
Description
Last updated