Skip to main content
PATCH
/
public
/
{user_id}
/
billing-settings
Update Billing Settings
curl --request PATCH \
  --url https://apigw.ipxo.com/ecommerce/public/{user_id}/billing-settings \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "billing_anchor_day": null
}
'
{
  "data": {
    "uuid": "459a7130-efd2-36ad-b0f5-9100c1c35308",
    "billing_anchor_day": 21
  }
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

user_id
string
required

The ID of the user.

Body

application/json
billing_anchor_day
string | null
Example:

null

Response

data
object