Skip to main content
POST
Complete membership activation payment

Authorizations

Authorization
string
header
required

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

Path Parameters

platformBillingPaymentSession
integer
required

Local platform billing payment session ID returned by the create endpoint.

Body

application/json
first_name
string
required
Required string length: 2 - 20
Pattern: ^[A-Za-z]+$
last_name
string
required
Required string length: 2 - 30
Pattern: ^[A-Za-z]+$
address
string
required
Required string length: 2 - 100
city
string
required
Required string length: 2 - 30
Pattern: ^[A-Za-z]+(?: [A-Za-z]+)*$
state
string
required
Required string length: 2
zip
string
required
Pattern: ^\d{5}(?:-\d{4})?$
accept_terms_and_conditions
boolean
required
address2
string | null
Required string length: 2 - 100

Response

Membership payment reconciled and membership activated.

message
string
required
Example:

"Membership activated successfully!"

data
object
required
Last modified on July 27, 2026