iPintiPint Docs
Aggregator / PSP

Update Merchant Profile

Update profile data of a merchant of an aggregator.

PUT /settings

PUT/settings

Update profile data of a merchant of an aggregator.

Headers

HeaderRequiredDescription
content-typeYesapplication/json
apikeyYesYour API key
signatureYesHMAC-SHA384 signature
nonceYesCurrent Unix timestamp

Request body

{
  "merchant_id": "Merchant ID",
  "business_type": "B2B",
  "country_phone_code": "+91",
  "phone_number": "9998887776",
  "support_email": "support@business.io",
  "notification_email": "notify@business.io",
  "annual_revenue": "$ 0-1 Million",
  "industry": "Financial Services",
  "trade_name_of_service": "Trade Name",
  "website": "abc.co",
  "expected_maximum_amount_single_transaction": 100000,
  "expected_yearly_transaction_volume": 10000000
}

Field reference

FieldOptionsDescription
business_typeB2B, B2C, BothBusiness type
annual_revenue$ 0-1 Million, $ 1-25 Million, $ 25-100 Million, $ More than 100 MillionRevenue range
industrySee /industriesIndustry category

Success response (200)

{ "message": "OK" }

Error response (400)

{ "error": true, "message": "description for error" }

Next steps

On this page