m2pfintech
API LibraryCard Order Management

Process a Card Order via CMS

Processes a single RECEIVED card order by sending it to the CMS API for card generation. The order will be marked as SUCCESS or FAILED based on the CMS processing result.

POST
/card-order/process

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