Update Billing Address
POST /v1/billing/address
Update user's billing address in Stripe.
Parameters
Name | Type | Required | Description |
---|---|---|---|
X-API-Key | string | No |
Request Body
{
"type": "object",
"title": "Address Data"
}
Responses
200
Successful Response
{}
422
Validation Error
{
"$ref": "#/components/schemas/HTTPValidationError"
}