What you need to integrate payment provider directly using Portcall’s dashboard
Dashboard flow to connect Stripe/Braintree and enable live checkout.
Live paid subscriptions require a payment provider connection.
Supported connection sources
stripebraintreelocal(development/testing)
Dashboard flow
- Open dashboard Payment Integrations.
- Click Add Provider.
- Select Stripe or Braintree.
- Enter credentials and save.
- Set as default connection for your app.
Validate connection
- Create checkout session with
POST /v1/checkout-sessions. - Complete checkout.
- Verify invoices via
GET /v1/invoices?user_id=<user_id>.