Retry submitting a cardholder that ended up in `submission_failed`. Mirrors the PayCA-admin "retry" action, but callable from the client integration once the underlying issue (typically missing KYC docs at the time of the original submit) has been fixed. Asynchronous: kicks off the submission workflow and returns 202 immediately. The provider's decision flows back through the existing cardholder webhook.
Parameters
| Name | In | Type | Required | Description |
|---|---|---|---|---|
id |
path | string |
yes |
Responses
| Status | Body | Description |
|---|---|---|
202 |
object |
Retry workflow started. |
404 |
Error |
Cardholder not found. |
409 |
Error |
Cardholder is not in a retryable state (must be `submission_failed`). |
Specification
This page is generated from the OpenAPI specification, which remains the authoritative machine-readable source.