| PARAM | Default | Mandatory (M) , Optional (O) |
|---|---|---|
| code | Biller code from Biller Lists | M |
| agent_id | Unique Random ID 5-28 Digit from Partner | M |
| card_number | Last 4 digit of the Credit card number | M |
| registered_mobile | Credit Card Linked Registered Number | M |
| customer_name | customer_name | M |
| customer_pan | Pan Card Number of Credit Card Holder | M |
| customer_aadhaar | Aadhaar Card Number of Credit Card Holder | M |
| customer_mobile | customer_mobile | M |
| customer_email | customer_email | M |
| REFID | REFID this id you will get from bill fetch API | M |
| amount | pass amount as double min 10 to maximum as per Biller lists | M |
curl --location 'https://api.wepego.com/utility/credit/payment' \
--header 'Token: ZKEYza2COHK0QVkcVkwUb6WeIgWiS' \
--header 'checkSum: 739f448d1cc4f5bbbd048e68ba2b8885b0f8414ed4090ad967df7d15d7cdbbae' \
--header 'Content-Type: application/json' \
--data-raw '{
"code": "CCUTIB",
"agent_id": "ZLP0000000394430305",
"card_number": "1020",
"registered_mobile": "7651689072",
"customer_name": "PRONAY HALDER",
"customer_pan": "JDHPS1669K",
"customer_aadhaar": "429282925420",
"customer_mobile": "9432839941",
"customer_email": "zuelpay3@gmail.com",
"REFID":"APIZPb8W7A06gwmyVa1k2iN0PKE43001117",
"amount":10
}'{
"status": "success",
"current_time": "06,Aug,2025 05:08:56 PM",
"payid": "APIZPp102XTTwhTou8cjVhwXioE43001115",
"amount": 100,
"msg": null,
"error": null,
"utr": "IF3152185DEQGF9SIULQ",
"order_id": "CRB1754480336407rNR0rSR",
"tlid": "CRB1754480336407rNR0rSR",
"biller": "Axis Bank Credit Card",
"callback_status": "SUCCESS",
"timestamp": "2025-08-06 05:08:56pm",
"bankDebitID": "022391726",
"bbpsTxnId": "IF3152185DEQGF9SIULQ",
"ref_opt": "AB123456"
}