Skip to main content
POST
Confirm Payment Method

Authorizations

Authorization
string
header
required

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

Body

application/json

Payment method confirmation

payment_method_id
string
required

Stripe PaymentMethod ID from frontend

Example:

"pm_1ABC2DEF3GHI456"

Response

Successful Response

Response after confirming payment method.

payment_method
PaymentMethodInfo · object
required

Confirmed payment method details

auto_billing_enabled
boolean
required

Whether auto-billing is now enabled

billing_period_start
string<date-time>
required

When the current billing period started

success
boolean
default:true

Whether payment method was successfully confirmed