Skip to main content
POST
Create membership payment method SetupIntent

Authorizations

Authorization
string
header
required

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

Headers

Idempotency-Key
string<uuid>
required

Stable UUID generated once for this browser setup attempt.

Body

application/json
payment_method
enum<string>
required
Available options:
cc,
ach

Response

An existing idempotent setup session was replayed.

message
string
required
Example:

"Payment method setup started."

data
object
required
Last modified on July 27, 2026