m2pfintech
API LibraryCard Order Management

Update Card Order Status from CMS

Calls the CMS (Card Management System) status API for a given card order and updates the local order status accordingly. CMS returns statuses such as PENDING, PROCESSED, or FAILED. This is used to synchronize the local order status with the CMS processing status.

POST
/card-order/status

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