BBPS

Allows you to fetch the bills and pay the bills and recharges for BBPS

BBPS offers interoperable bill payment and recharge service to customers

The system will provide multiple payment modes and instant confirmation of payment.

Steps for integration of BBPS:

Steps to onboard and activating AePS for your retailers/ merchants:

  1. Activate service for your retailers/merchants on service_code = 53 (for BBPS API)
  2. Check the status of the service for the retailer/merchants using the [User Service Enquiry]
  3. Integrate [BBPS API] for enabling BBPS transactions for onboarded retailers/merchants.

Below is the cURL request for the activation of the BBPS service:

curl --location --request PUT 'https://staging.eko.in:25004/ekoapi/v1/user/service/activate' \
--header 'developer_key: becbbce45f79c6f5109f848acd540567' \
--header 'secret-key: MC6dKW278tBef+AuqL/5rW2K3WgOegF0ZHLW/FriZQw=' \
--header 'secret-key-timestamp: 1516705204593' \
--header 'Content-Type: application/x-www-form-urlencoded' \
--data-urlencode 'service_code=53' \
--data-urlencode 'initiator_id=9962981729' \
--data-urlencode 'user_code=20810200'\
--data-urlencode 'latlong=25.309580,83.005692'

Replace with your production credentials and in the user_code pass the user code.

❗️

Important Note:

Only IP which is in India will be whitelisted while going on the production mode. IP which is present outside India will not be whitelisted as per compliance.

latlong is mandatory parameter to be passed for agent activation. latitude and longitude should be of merchants' device location.



Refer to the commonly asked BBPS queries


API Reference