POST Payments

Create and record a payment for a membership via API. This endpoint allows developers to programmatically log payments that occur outside of Join It.

Body Params
string
required

Email address to match to an existing membership record

integer
required

Amount is specified in the smallest currency unit (e.g., cents). For example, to record $1.00 USD, pass amount: 100.

string

The date the payment was collected, in YYYY-MM-DD format.

string

An external reference for the payment (e.g., an invoice number).

string

The ID of the associated Membership Type. If omitted, the system will attempt to match an existing membership by email.

Response
200
Language
Credentials
OAuth2
Response
Click Try It! to start a request and see the response here!