m2pfintech
API LibraryCard Order Management

Retry Stuck PENDING Card Orders

Fetches all orders that have been in PENDING status beyond a configurable time threshold and retries placing them via CMS. This is a recovery mechanism for orders that may have gotten stuck during processing.

POST
/card-order/retry-stuck-pending

Authorization

tenantAuth
tenant<token>

The DCMS tenant name for multi-tenant isolation. Every API call must include this header to identify the client organization.

In: header

Header Parameters

tenant*string

The DCMS client or tenant name for multi-tenant isolation.

Response Body

application/json

curl -X POST "https://api.dcms.example.com/v1/card-order/retry-stuck-pending" \  -H "tenant: ACME_BANK"
{
  "result": true,
  "exception": null,
  "pagination": null
}