Authorizations
Basic authentication header of the form Basic <encoded-value>, where <encoded-value> is the base64-encoded string username:password.
Get or update customer billing address in Stripe.
GET: Retrieve current billing address from Stripe customer PUT: Update billing address in Stripe customer record
The billing address is used for tax calculations and invoice generation.
Basic authentication header of the form Basic <encoded-value>, where <encoded-value> is the base64-encoded string username:password.