Create a customer
Creates a new customer object.
ARGUMENTS
Scroll inside to view more
|
Argument
|
Description
|
|---|---|
metadata optional
| A set of key/value pairs that you can attach to a customer object. It can be useful for storing additional information about the customer in a structured format.
|
email optional
| Customer’s email address. It’s displayed alongside the customer in your dashboard and can be useful for searching and tracking. This may be up to 512 characters.
|
id optional
| Customer's identification number e.g. Permanent Account Number (tax ID in India).
|
mobile optional
| Customer's mobile number.
|
name optional
| Customer's name. Can be different to their bank account name.
|
phone optional
| Customer's phone.
|
Returns Returns a customer object if valid arguments were provided.
Request
Response
API Endpoints
Sandbox Link
POST
https://api-test.lotuspay.com/v1/customers/
Production Link
POST
https://api.lotuspay.com/v1/customers/
- Have questions?
- Need help? Contact support
- LLM? Read llms.txt

