⚓️ Portcall

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

  • stripe
  • braintree
  • local (development/testing)

Dashboard flow

  1. Open dashboard Payment Integrations.
  2. Click Add Provider.
  3. Select Stripe or Braintree.
  4. Enter credentials and save.
  5. Set as default connection for your app.
Dashboard payment integrations page Add payment provider dialog in dashboard

Validate connection

  • Create checkout session with POST /v1/checkout-sessions.
  • Complete checkout.
  • Verify invoices via GET /v1/invoices?user_id=<user_id>.