Retrieve a customer
Retrieves the details of an existing customer. You need only supply the unique customer identifier that was returned upon customer creation.
ARGUMENTS
Scroll inside to view more
|
Argument
|
Description
|
|---|---|
customer REQUIRED
| The identifier of the customer to be retrieved.
|
Returns Returns a customer object if a valid identifier was provided.
Request
Response
API Endpoints
Sandbox Link
GET
https://api-test.lotuspay.com/v1/customers/{ID}
Production Link
GET
https://api.lotuspay.com/v1/customers/{ID}

