post http://api.pandascrow.io/sandbox/index/business/update
This endpoint would allow you to update your business account with Pandascrow.
[POST] {{baseurl}}/sandbox/index/business/update
Pandascrow Business - Update
To update your Pandascrow business data, provide all parameters required in the table below.
Param | Required? | Description | type |
---|---|---|---|
businessname | No | Provide business legal name on document | String |
businessemail | No | Provide business email address. | String |
businessphone | No | Provide business phone number | String |
businessaddress | No | Provide physical office address of business | String |
businessbio | No | Enter a tagline for business | String |
businesslogo | No | Upload the logo on any cloud image solution and submit the URL to us | String |
businesscurrency | No | Enter the preferred business Currency | String |
businesswebsite | No | Enter the business website URL | String |
supportemail | No | Provide the email that handles all complaint from customer | String |
chargebackemail | No | Provide the email that handles all payments receipts. | String |
facebookurl | No | Enter your social facebook URL | String |
twitterurl | No | Enter your social twitter handle | String |
instagramurl | No | Enter your social instagram handle | String |
linkedinurl | No | Enter your social linkedIn website URL | String |
API Object
{
"status": 200,
"data": {
"message": "Business data has been updated successfully"
}
}
curl -L -X POST '{{baseurl}}/sandbox/index/business/update' \
-H 'Content-Type: application/json' \
-H 'Authorization: SECRET_KEY'
-H 'Appid: appid'