v1
latestOpenAPI 3.1.02026-07-24233206489.1 KBinternal-requests
Patch onboarding request data (S2S only)
Updates request KYB data and organization fields without changing request status. Only the fields provided in kyb_overrides will be updated. Returns 400 error if any key in kyb_overrides is not in the allowed list. This endpoint is for internal use only and requires S2S authentication.
patch/v1/internal/requests/{id}
Path parameters
idstring required
Request ID
Request body
Example request
{
"kyb_overrides": "{\"business_type\":\"corporation\",\"business_legal_name\":\"Acme Corp\"}"
}Response
OK
Example response
{
"data": {
"account_id": "acct_01hzy8n3k2b5xq9m4p7r6t8w1v",
"product_code": "prd_svc_paymongo_ewallet_gcash",
"request_type": "onboarding",
"requester_id": "usr_01hzy8n3k2b5xq9m4p7r6t8w1v"
}
}