Logo
Fastly Developer Hub API Documentation

Update a billing address

PATCH {{fastly_url}}/customer/{{customer_id}}/billing_address

Update a customer's billing address. You may update only part of the customer's billing address.

Authorization: Requires API token.

 

Body PARAM

Key Datatype Required Description 



HEADERS

Key Datatype Required Description 
Host
string
Content-Type
string
Accept
string




RESPONSES

status





Curl
curl -X PATCH 'https://api.fastly.com/customer//billing_address' -H 'Host: api.fastly.com' -H 'Content-Type: application/vnd.api+json' -H 'Accept: application/vnd.api+json' -d '{"skip_verification":false,"data":{"type":"billing_address","id":"3DTWpamEUGISvrUiDWkesQ","attributes":{"state":"DE"}}}'

ENDPOINTS