v1
latestOpenAPI 3.1.02026-07-24233206489.1 KBinternal-requests
Get onboarding request by ID (S2S only)
Retrieves a single onboarding request with all details. Optionally include audit history by passing ?include=audit_history
get/v1/internal/requests/{id}
Path parameters
idstring required
Request ID
Query parameters
includestring
Include audit history: 'audit_history'
Response
OK
Example response
{
"data": {
"account_id": "acct_01hzy8n3k2b5xq9m4p7r6t8w1v",
"product_code": "prd_svc_paymongo_ewallet_gcash",
"request_type": "onboarding",
"requester_id": "usr_01hzy8n3k2b5xq9m4p7r6t8w1v"
}
}