Skip to main content
PATCH
Update billing details

Authorizations

Authorization
string
header
required

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

Body

application/json
first_name
string
required
Maximum string length: 40
address
string
required
Maximum string length: 255
city
string
required
Maximum string length: 25
state
string
required

Two-letter state code.

Required string length: 2
zip
string
required

Five-digit US ZIP code or ZIP+4.

Pattern: ^\d{5}(?:-\d{4})?$
Example:

"73301-1234"

Response

Consumer profile updated.

message
string
required
Example:

"Billing details updated."

data
object
required
Last modified on July 19, 2026