Onboard Merchant
Edit Merchant
POST/v2/merchant/add-on

Update whitelist domains and origin configuration details for an existing merchant profile.

Header Parameters

Authorization*
string

Body Parameters

merchantId*
string

whitelistDomains

originUrls
string
POST/v2/merchant/add-on
1curl --location 'https://externalapi.ipospays.tech/v2/merchant/add-on' \
2--header 'Authorization: ' \
3--header 'Content-Type: application/json' \
4--data '{
5 "merchantId": "merchId12chr",
6 "whitelistDomains": {
7 "originUrls": [
8 "https://example.com"
9 ]
10 }
11}'
Response

// Awaiting response…

Sample response
{
  "message": "Whitelist domains updated successfully",
  "statusCode": 200,
  "request_id": "TEST-20260303090605-34YMII",
  "timestamp": "2026-03-03T09:06:05.659Z"
}