Stripe
Stripe payment provider — coming soon.
Coming soon
Stripe is not wired up yet. This page is a placeholder for when the provider lands.
What to expect
Payssage's provider layer is provider-agnostic — a provider plugs in as an adapter and immediately gets:
- OAuth connect/callback —
GET /providers/stripe/connect→ consent →callbackcreates the seller on the wallet (no create-seller API). - Checkout intents —
POST /wallets/{wallet_id}/checkoutwithpayment_methodfor the new provider. - Webhook receiver —
POST /webhooks/stripe, signature-verified, normalized into the standard webhook envelope and fanned out to tenant endpoints. - Test mode — sandbox credentials +
POST /testmode/intents/create.
When Stripe lands, this section will document its configuration env vars, checkout specifics (e.g. payment intents vs setup intents), webhook signature verification, and any frontend SDK integration — mirroring the Mercado Pago guide.
Card Tokens
Create Mercado Pago card tokens in test and production environments.
Get the OpenAPI specification GET
Returns this service's OpenAPI 3.1 specification in YAML — the same content as api/<svc>/api-spec.yml, embedded and served by the harness. Docs tooling fetches this URL to render the API reference. Public.