Swipelux

Create a new customer

Create a new customer for a merchant

Create Customer

Purpose: Create a customer to enable transfers and wallet management.

Customers represent users of your business. Each customer has a unique identifier and can hold multiple blockchain wallets for processing transfers between fiat and cryptocurrency.

Interactive Request Builder

Customer Creation Request

{
"firstName":"John",
"lastName":"Doe",
"email":"john@example.com",
"phone":"+1234567890"
}

Edit customer fields:

Enhanced Customer CreationWith Profile Data

Create customer with profile information for enhanced experience

Response Example

{
  "id": "cus_cK69MttD5nAUAbud1B",
  "status": "approved"
}