Verify Subscription Checkout
Access: authenticated organization users. Gateway availability depends on organization settings.
This endpoint processes the success response from Stripe or PayPal after a subscription checkout. It verifies the payment intent and subscription status, logs transaction details, and updates subscription records.
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Headers
Use application/json for API responses.
Bearer access token. Use Bearer <YOUR_ACCESS_TOKEN>.
Optional user UUID to perform the request on behalf of a user in the same organization.
Path Parameters
The ID of the membership package to subscribe to.
Body
The body is of type object.
Response
Success
The response is of type object.