Submit a `pending_review` cardholder to the upstream card provider. Equivalent to the PayCA-admin "approve" action, but callable from a client integration once the client's own admin has signed off on the cardholder review. Asynchronous: kicks off the submission workflow and returns 202 immediately. The provider's decision flows back through the existing cardholder webhook (`pass_audit` / `reject` / `submission_failed`).
Parameters
| Name | In | Type | Required | Description |
|---|---|---|---|---|
id |
path | string |
yes |
Responses
| Status | Body | Description |
|---|---|---|
202 |
object |
Submission workflow started. |
404 |
Error |
Cardholder not found. |
409 |
Error |
Cardholder is not in a submittable state (must be `pending_review`). |
Specification
This page is generated from the OpenAPI specification, which remains the authoritative machine-readable source.