Renew Sub-Merchant Qualification
Endpoint: POST /v2/gc/sub-merchants/qualification-renewals
Description: Submit a renewal request for an expired or expiring qualification document belonging to an active sub-merchant.
Request
Request Body Field Descriptions (JSON)
Field Name
Type
Required
Description
Request sample
{
"requestId": "f8b1c2d3-3456-4e90-dbcd-2233445566ff",
"subMerchantId": "SM-00098761",
"inspectionNoticeId": "INS-20240601-00042",
"certificateSubjectType": "COMPANY",
"certNo": "BR-20240001",
"fileType": "BUSINESS_LICENSE",
"expireDate": "2027-06-30",
"frontPath": "gpt/NETWORK_ACCESS/20240601/license_front_f8b1c2d3.jpg",
"backPath": "gpt/NETWORK_ACCESS/20240601/license_back_f8b1c2d3.jpg",
"notifyUrl": "https://merchant.example.com/webhooks/qualification"
}Response
Response Field Descriptions
Field Name
Type
Description
data object fields:
data object fields:Field Name
Type
Description
Response sample
Example cURL
Notes
Last updated
Was this helpful?