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
RequiredRequest Body
application/json
JSON
{
"email": "string",
"name": "string",
"phone": "string",
"metadata": {
"additionalProperties": "string"
}
}
Responses
Customer updated successfully