Skip to main content

Extras

This document describes additional (optional) APIs that the merchant can use.

Get the credit info of the user#

This API end-point can be used to fetch the credit information of the user.

API Definition#

POST https://sdk.bharatx.tech/service/payments/merchant/user/credit/info?userPhoneNumber=%2B919999999999
Headers:Authorization: Basic abcde=
  • userPhoneNumber: the phone number of the user with country code

Push identification data of the user#

This API end-point can be used to push the identification information for the user.

API Definition#

POST https://sdk.bharatx.tech/service/database/merchant/user/feed/identification
Headers:Authorization: Basic abcde=Content-Type: application/json 
Body:{  "userPhoneNumber":"+919999999999",  "identification": {    "aadharNumber":"1111222233334444",    "panNumber":"ABCD1234E"  }}
  • userPhoneNumber: the phone number of the user with country code
  • identification.aadharNumber: aadhar number of the user
  • identification.panNumber: pan number of the user

Push generic data of the user#

This API end-point can be used to push the generic information about the user.

API Definition#

POST https://sdk.bharatx.tech/service/database/merchant/user/feed/merchant-data
Headers:Authorization: Basic abcde=Content-Type: application/json 
Body:{  "userPhoneNumber":"+919999999999",  "data": JSON}
  • userPhoneNumber: the phone number of the user with country code
  • data: json object or array