Skip to main content
GET
JavaScript

Authorizations

Authorization
string
header
required

An Account API key, account-scoped JWT, App API key, or user OAuth token. Prepend the key or token with Bearer, for example Bearer ***************************.

Headers

Api-Version-Date
string

Pins the request to a dated API version.

Example:

"2026-08-13"

Query Parameters

account_id
string
required

Account ID, prefixed biz_.

plan_id
string

Only return checkout configurations for this plan ID, prefixed plan_.

created_before
string

Only return checkout configurations created before this ISO 8601 timestamp.

created_after
string

Only return checkout configurations created after this ISO 8601 timestamp.

order
enum<string>
default:created_at

Field used to sort checkout configurations.

Available options:
created_at
direction
enum<string>
default:desc

Sort direction. Defaults to desc.

Available options:
asc,
desc
first
integer

Number of checkout configurations to return.

after
string

Cursor for the next page of results.

Response

checkout configurations listed

data
object[]
required
page_info
object
required