v1
latestOpenAPI 3.1.02026-07-24233206489.1 KBinternal-requests
Revert declined request (false positive) to submitted (S2S only)
Reverts a request from declined status back to submitted. Use for false positive cases (e.g., incorrectly flagged gambling sites). Records a status change audit log with the provided reason.
post/v1/internal/requests/{id}/revert_declined
Path parameters
idstring required
Request ID
Request body
Example request
{
"internal_note": "False positive: legitimate business misflagged by gambling keyword filter"
}Response
OK
Example response
{
"data": {
"account_id": "acct_01hzy8n3k2b5xq9m4p7r6t8w1v",
"product_code": "prd_svc_paymongo_ewallet_gcash",
"request_type": "onboarding",
"requester_id": "usr_01hzy8n3k2b5xq9m4p7r6t8w1v"
}
}