API LibraryCredit Card
Fetch Credit Card Bill Details
Fetch credit card bill details for a customer. Supports both self-initiated and third-party bill fetch.
Header Parameters
TENANT*string
Tenant identifier for application identification. Provided by M2P during onboarding. Used in both UAT and production environments.
Request Body
application/json
Head*
Txn*
Link*
Payer*
Payee*
Response Body
application/json
curl -X POST "https://sandbox-upi-api.m2pfintech.com/cc/fetchCCBillDetails" \ -H "TENANT: PARTNER_XYZ" \ -H "Content-Type: application/json" \ -d '{ "Head": { "ver": "string", "ts": "string", "orgId": "string", "msgId": "string" }, "Txn": { "id": "string", "ts": "string", "type": "List", "subType": "SELF", "initiatedBy": "USER" }, "Link": { "type": "MOBILE", "value": "string" }, "Payer": { "addr": "string", "name": "string", "seqNum": "string", "type": "string", "code": "string", "Ac": { "addrType": "string", "Detail": [ {} ] } }, "Payee": { "addr": "string", "seqNum": "string", "type": "string", "code": "string" } }'{
"bill": {
"regName": "string",
"dueDate": "string",
"billDate": "string",
"minAmt": "string",
"totalAmt": "string",
"latePaymentFee": "string",
"interestRate": "string",
"billingPeriod": "string"
}
}