Skip to content

Update Customer

PUT
/bridge-payment/customers/{id}

Update customer information in both the provider and local database.

Authorizations

SessionAuth

Session ID from Flowless authentication

TypeAPI Key (header: X-Session-ID)

Parameters

Path Parameters

id*
Typestring
Required

Request Body

application/json
JSON
{
"email": "string",
"name": "string",
"phone": "string",
"metadata": {
"additionalProperties": "string"
}
}

Responses

Customer updated successfully

Playground

Server
Authorization
Variables
Key
Value
Body

Samples

Powered by VitePress OpenAPI