Create Address​
POST
/bridge-payment/addresses
Create a new billing or shipping address.
Authorizations​
SessionAuth
Session ID from Flowless authentication
TypeAPI Key (header: X-Session-ID)
or
Request Body​
application/json
JSON
{
"address_type": "string",
"name": "string",
"line1": "string",
"line2": "string",
"city": "string",
"state": "string",
"postal_code": "string",
"country": "US",
"phone": "string",
"email": "string",
"alias": "Home Address",
"is_default": false,
"guest_email": "string",
"guest_name": "string"
}
Responses​
Address created successfully