v1
latestOpenAPI 3.0.32026-07-26206388.3 KBMerchant Onboarding
Configure Products and Fees
Configures which payment products to enable for the merchant and sets fee structures. All card networks must be included when enabling INTERNATIONAL_CARDS_AND_ALT_PAYS.
put/gcc/v2/partner/merchant/onboard/{onboardingId}/products
Path parameters
onboardingIdstring required
Request body
Example request
{
"products": [
"GLOBAL_FUND_TRANSFER",
"INTERNATIONAL_CARDS_AND_ALT_PAYS",
"DOMESTIC_CARDS_UPI_AND_INB"
]
}Response
Products and fees configured successfully.
Example response
{
"gid": "gl_9c2645ed09edb22e",
"timestamp": "10/01/2026 15:00:00",
"data": {
"merchantInfo": {
"onboardingId": "pg_onboard_abc123",
"partnerOnboardingId": "partner-merchant-001",
"businessDetails": {
"businessRegisteredAddress": {
"stateCode": "MH",
"state": "Maharashtra"
},
"businessOperatingAddress": {
"stateCode": "MH",
"state": "Maharashtra"
}
}
}
}
}