Create LRS Customer

Create a record for a LRS customer (payer)

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
📘

This API is currently in internal beta and subject to change. The request and response payloads, API endpoint, and validation logic may be updated.


🙌

Important Note

Please use only Staging Credentials on each API Reference page to test the APIs directly from our Documentation.


Overview


  1. This API lets a platform register a customer profile which will be used to manage LRS payments.
  2. The customer profile (lrs_customer_id) can be created with the basic details.
  3. When the customer/payer enters their details during the checkout process, we will automatically enrich the customer profile based on the details shared by them, including:
    1. Banks and Account Details
    2. Address Details
    3. Contact information
Body Params
string
required

A unique ID assigned by clients for every API request.

string
required

A unique identifier assigned to client's by Decentro during On boarding.

string
required

The first name of the payer as per their PAN record.

string

The middle name of the payer as per their PAN record.

string
required

The last name of the payer as per their PAN record.

string

The payers date of birth as per their PAN record.

string
Defaults to IN

The country of citizenship of the payer . Possible Values: "IN".

string
required

Permanent Account Number. It is a unique 10-character alphanumeric code issued by the Income Tax Department.

string

The passport number of the payer. Can be required by certain banks. If not available, the bank will directly reach out to the payer for submission of the relevant proof.

string

The primary contact email address of the payer.

string

The primary contact number of the payer.

customer_address
object

An object containing the permanent address details of the payer

customer_accounts
array of objects

A list of objects which will contain the bank details of the payer.

customer_accounts
Headers
string
required

Decentro assigned client_id during onboarding.

string
required

Decentro assigned client_secret during onboarding.

string

Optional header that allows parent merchant to consume the API on behalf of sub-merchant.

Response

Language
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json