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.

ParamRequired?Descriptiontype
businessnameNoProvide business legal name on documentString
businessemailNoProvide business email address.String
businessphoneNoProvide business phone numberString
businessaddressNoProvide physical office address of businessString
businessbioNoEnter a tagline for businessString
businesslogoNoUpload the logo on any cloud image solution and submit the URL to usString
businesscurrencyNoEnter the preferred business CurrencyString
businesswebsiteNoEnter the business website URLString
supportemailNoProvide the email that handles all complaint from customerString
chargebackemailNoProvide the email that handles all payments receipts.String
facebookurlNoEnter your social facebook URLString
twitterurlNoEnter your social twitter handleString
instagramurlNoEnter your social instagram handleString
linkedinurlNoEnter your social linkedIn website URLString

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'
Language
Click Try It! to start a request and see the response here!