Add a billing address to a customer

POST {{fastly_url}}/customer/{{customer_id}}/billing_address

🔗 latest documentation

Authorization: Requires API token.

Request Body

{"skip_verification"=>false, "data"=>{"type"=>"billing_address", "attributes"=>{"address_1"=>"80719 Dorothea Mountain", "address_2"=>"Apt. 652", "city"=>"New Rasheedville", "state"=>"DE", "country"=>"US", "postal_code"=>"53538-5902"}}}

HEADERS

KeyDatatypeRequiredDescription
Hoststring
Content-Typestring
Acceptstring