Create a new customer

Do you need to add a new customer to your platform? Use POST {URI}/customers endpoint to create a new customer on this platform.

EndpointPurpose
POST {URI}/customersCreate a new customer on this platform.

Use the following query parameters with this endpoint to create a new customer on this platform:

Query paramsData typeDescription
customerIdentifierstringA unique identifier for this customer. It must be between 5-100 characters and accepts the following: -0-9a-zA-Z in any sequence.
displayNamestringA friendly name for this customer. The string may have up to 100 characters.

Here's an example code snippet:

{
  "customerIdentifier": "string", (5-100 chars)
  "displayName": "string", (100 chars)
}

The possible response codes for this endpoint are:

  • 201 Created
  • 400 Bad request
  • 401 Unauthorized
  • 403 Forbidden
  • 409 Conflict, duplicate Exists

Rewards as a Service™ and the RaaS® API are provided by Tango Card, Inc. © 2024 Tango Card, Inc.