latestOpenAPI 3.0.0Proprietary2026-08-22131410675.6 KB

8d8a7cf79204

checkout_rates

List checkout rates configurations

Return a summary of every checkout rates configuration on your account. Each entry contains identifying fields only; use Get a checkout rates configuration to retrieve an individual configuration's options and shared settings.

get/v1/checkout_rates

Response

The list of checkout rates configurations.

config_idstring

The unique identifier of the configuration.

is_activeboolean

Whether the configuration is active.

created_atstring date-time

When the configuration was created.

Example response

[
  {
    "config_id": "a1b2c3d4-e5f6-7890-abcd-ef1234567890",
    "is_active": true,
    "created_at": "2026-05-15T18:30:00Z"
  }
]