Fetch due amount via BBPS
Fetches outstanding due amount for a customer identified by their contact number and card number, intended for BBPS (Bharat Bill Payment System) integrations. Returns customer name alongside the standard due response.
Header Parameters
Tenant identifier for multi-tenancy support
Request Body
application/json
Customer's registered contact/mobile number
Customer's masked or full card number
Bank Identification Number (BIN) of the card
Whether to include EMI details in the response
Whether to include fee details in the response
Response Body
application/json
application/json
application/json
application/json
curl -X POST "https://uat-m2p-ccms.m2pfintech.com/statement/customer/bbps/fetchDue" \ -H "TENANT: string" \ -H "Content-Type: application/json" \ -d '{ "contactNo": "string", "cardNo": "string" }'{
"firstName": "string",
"lastName": "string",
"minDue": "string",
"totalDue": "string",
"dueDate": "string",
"paymentMade": "string",
"disputeCredit": "string",
"unbilledAmount": "string",
"interestAccumulated": "string",
"totalOutStandingAmount": "string",
"currentStatementDate": "string",
"nextStatementDate": "string",
"unpaidMinDue": "string",
"unpaidTotalDue": "string",
"excessPayment": "string",
"entityId": "string",
"outStandingExists": true,
"entityStatus": "string",
"billingModel": "string"
}{
"code": "string",
"message": "string",
"details": "string"
}{
"code": "string",
"message": "string",
"details": "string"
}{
"code": "string",
"message": "string",
"details": "string"
}Request a physical card for an entity POST
Initiates a physical card issuance request for the specified entity. Optionally accepts address override, alias name, delivery type, plastic code, and branch ID. The controller is in credit-clms (CardConfigController).
Cancel a loan POST
Executes the cancellation of a loan. Reverses loan disbursement, collects or waives outstanding interest and charges based on the specified actions. An external transaction ID can optionally be provided.
