Memberships
Collect a joining fee
This endpoint is used to create the Stripe Checkout session for collecting a joining fee as well as any pro-rata fees. A stripe_session_id is returned which can be passed into the Stripe.js SDK to redirect the user to the checkout.
post/customers/memberships/{membershipId}/checkout-session/joining-fee
Response
The Stripe Checkout session was successfully created.
Example response
{
"status": "needs_dd_mandate",
"account_id": "acct_1Jmwv72UMaxwwwup",
"stripe_session_id": "si_1234567890",
"rate_price": {
"amount": 1000,
"currency": "GBP"
},
"rate_frequency": "P1M"
}Changes
No recorded changes to this endpoint across all 1 revision of this API.