Skip to content

Create Customer

POST
/bridge-payment/customers

Create a new customer record with the payment provider and in the local database.

Authorizations

SessionAuth

Session ID from Flowless authentication

TypeAPI Key (header: X-Session-ID)
or

Request Body

application/json
JSON
{
"email": "string",
"name": "string",
"phone": "string",
"provider_id": "stripe",
"is_guest": false,
"metadata": {
"additionalProperties": "string"
}
}

Responses

Customer created successfully

Playground

Server
Authorization
Body

Samples

Powered by VitePress OpenAPI