Billing & checkout

Account/partner billing-address management and the partner-level checkout preview.

Account/partner billing-address management and the partner-level checkout preview. **Get customer billing address** Get / **Save customer billing address** Save read and create or update a user's billing address (auto-resolving to the paying company's owner when the company pays via partner/account); Partner checkout details returns a read-only checkout preview (plan price + matched partner-paid store count/ids) for a plan assignment. All authentication, scoped by an ownership check.

Prerequisites

  • A bearer token in the Authorization header. Any endpoint that needs no token says so on its own page.
  • The id of each record the call targets. Every endpoint page lists the ids it needs.

Errors

StatusMeaning
401The bearer token is missing, expired or invalid
403The token is valid but the record sits outside your account
422The request failed validation — the response names the fields
500Unexpected server error

Individual endpoints may return more; each page lists its own.

Endpoints

Get customer billing address

GET — Get the latest saved billing address for a user (with its city -> state -> country chain).

Open →

Save customer billing address

POST — Create or update (on the user's latest row) the billing address for user_id.

Open →

Partner checkout details

POST — Returns a partner-level checkout preview for a plan: the plan pricing plus the count and list of the partner's active/pending stores (where the store's who_will_pay is partner) that the plan would apply to.

Open →


Did this page help you?