Skip to main content
GET
Get Payment Method

Authorizations

Authorization
string
header
required

Mixpeek API key, sent as Authorization: Bearer mxp_sk_.... Create one in Studio under Settings → API Keys, or with an admin key via POST /v1/organizations/users/{user_email}/api-keys. A missing header returns 403; an invalid or revoked key returns 401.

Response

Successful Response

Response with current payment method.

has_payment_method
boolean
required

Whether organization has a payment method saved

auto_billing_enabled
boolean
required

Whether automatic billing is enabled

payment_method
PaymentMethodInfo · object | null

Payment method details (null if none saved)