m2pfintech
API LibraryCard Order Management

Get All RECEIVED Card Orders

Fetches all card orders that are in RECEIVED state beyond a configurable threshold, indicating they are pending processing. This is useful for monitoring the order processing pipeline and identifying orders that need attention.

POST
/card-order/received

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/received" \  -H "tenant: ACME_BANK"
{
  "result": true,
  "exception": null,
  "pagination": null
}