Skip to content

Update Address​

PUT
/bridge-payment/addresses/{id}

Update an existing address.

Authorizations​

SessionAuth

Session ID from Flowless authentication

TypeAPI Key (header: X-Session-ID)

Parameters​

Path Parameters

id*
Typestring
Required

Request Body​

application/json
JSON
{
"address_type": "string",
"name": "string",
"line1": "string",
"line2": "string",
"city": "string",
"state": "string",
"postal_code": "string",
"country": "string",
"phone": "string",
"email": "string",
"alias": "string",
"is_default": true
}

Responses​

Address updated successfully

Playground​

Server
Authorization
Variables
Key
Value
Body

Samples​

Powered by VitePress OpenAPI