v1

latestOpenAPI 3.1.02026-07-24233206489.1 KB
internal-requests

Move request to under_review status (S2S only)

Transitions request status to under_review from any non-ended status (pending_clarification, processing, etc). Optionally change assignee via assignee_email parameter (omit to keep existing assignee, empty string to unassign, or provide valid email to reassign).

post/v1/internal/requests/{id}/resubmit

Path parameters

idstring required

Request ID

Request body

accountIDstring
adminIDstring
assignee_emailstring

AssigneeEmail is optional. If provided:

  • Empty string ("") or null: unassigns the request (sets AssigneeEmail to nil)
  • Valid email: assigns the request to that email If not provided (nil): keeps existing assignee unchanged
idstring required
internal_notestring

Example request

{
  "assignee_email": "ops@paymongo.com",
  "internal_note": "Merchant addressed the requested clarification"
}

Response

OK

has_moreboolean

Example response

{
  "data": {
    "account_id": "acct_01hzy8n3k2b5xq9m4p7r6t8w1v",
    "product_code": "prd_svc_paymongo_ewallet_gcash",
    "request_type": "onboarding",
    "requester_id": "usr_01hzy8n3k2b5xq9m4p7r6t8w1v"
  }
}