API LibraryCredit Card
Retrieve Account by Account Identifier
Retrieve the UPI account details registered under a customer using their unique account identifier number (BIN + Product Code + Random).
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
accountIdentification1*string
Unique account identifier
Response Body
application/json
curl -X POST "https://sandbox-upi-api.m2pfintech.com/credit-upi/user-entity/retrieveAccountByAccountNo" \ -H "TENANT: PARTNER_XYZ" \ -H "Content-Type: application/json" \ -d '{ "accountIdentification1": "123454554906760717" }'{
"result": {
"cifId": "string",
"accountName": "string",
"accountNo": "string",
"accountSchemeType": "string",
"accountSchemeCode": "string",
"emailId": "string",
"cardNo": "string",
"maskedCardNo": "string",
"expiryDate": "string",
"cardStatus": "string",
"accountIFSC": "string"
},
"exception": {},
"pagination": {}
}Fetch EMI Details POST
Fetch EMI eligibility, available offers, and manage EMI conversion (create/modify/revoke) for credit card transactions.
Retrieve Accounts by Mobile Number POST
Retrieve all UPI credit accounts registered under a customer's mobile number. Returns an array of accounts if multiple credit cards are linked.
