Aggregator / PSP
Update Merchant Profile
Update profile data of a merchant of an aggregator.
PUT /settings
PUT
/settingsUpdate profile data of a merchant of an aggregator.
Headers
| Header | Required | Description |
|---|---|---|
content-type | Yes | application/json |
apikey | Yes | Your API key |
signature | Yes | HMAC-SHA384 signature |
nonce | Yes | Current 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
| Field | Options | Description |
|---|---|---|
business_type | B2B, B2C, Both | Business type |
annual_revenue | $ 0-1 Million, $ 1-25 Million, $ 25-100 Million, $ More than 100 Million | Revenue range |
industry | See /industries | Industry category |
Success response (200)
{ "message": "OK" }Error response (400)
{ "error": true, "message": "description for error" }Next steps
- Aggregator Overview — full PSP flow
- Settlement Info — POST /preferences
- Onboard a Merchant — POST /aggregator/merchants