Skip to main content
PUT
Update membership payment method

Authorizations

Authorization
string
header
required

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

Body

application/json
first_name
string
required
Maximum string length: 255
last_name
string
required
Maximum string length: 255
basis_theory_response
object
required
payment_method
enum<string>
required
Available options:
cc,
ach
account_type
string | null

Required when payment_method is ach.

Response

Payment method updated.

message
string
required
Example:

"Payment method updated successfully!"

data
object
required
Last modified on July 20, 2026