Next steps

You've finished the Quickstart and taken your first payment. This page is a curated path through the rest of the docs based on what you're building.

I'm building a one-time payment flow

You're in the right place. Focus on:

  1. Checkout sessions — the dashboard tour for hosted checkout.
  2. Templates — customize the look of your hosted payment page.
  3. Webhooks — the dashboard side of event delivery.
  4. API: Checkout sessions resource — full endpoint reference.

I'm building recurring/subscription billing

Start with Subscriptions for the model, then:

  1. Plans — how Plugipay represents recurring offers.
  2. Trial periods — configuring free trials and proration.
  3. Invoices — receipts, dunning, and retries.
  4. Webhooks: invoice.paid, subscription.cancelled, subscription.trial_will_end.

I'm building a marketplace

Marketplace flows split a single payment across multiple destinations (e.g., a platform fee plus a seller payout). The pattern:

  1. Use the Connect flow: each seller is a connected workspace.
  2. Specify applicationFee on the checkout session so Plugipay routes the split automatically.
  3. Listen for transfer.created events to update seller ledgers.

I'm migrating from another provider

We support import flows from Stripe, Xendit, and Midtrans:

  • Customer import via CSV in Settings → Data → Import.
  • Subscription migration via API — we'll mint Plugipay subscriptions matching the source.
  • Webhook bridge during transition.

Email hello@plugipay.com if you'd like a migration call.

I'm bringing my own payment provider

Plugipay can orchestrate Xendit, Midtrans, or PayPal accounts you already own. See:

  1. Plugipay managed vs BYO — the conceptual difference.
  2. Xendit — setup and behavior.
  3. Midtrans — setup and behavior.
  4. PayPal — setup and behavior.

I'm integrating server-side

Pick your language and dive in:

If your language isn't listed: the raw API is fully documented and any HTTP client works. The HMAC signing is straightforward — we've seen integrations in PHP, Ruby, Rust, and Elixir.

I'm operating at scale

Things to look at once you're processing real volume:

I want to script Plugipay from the terminal

The CLI section covers:

  • Installation, authentication, profiles
  • Every command group
  • Scripting patterns (JSON output, filters, batch operations)

I want to chat with humans

We're at:

We answer within one business day. Bug reports with reproductions get to engineers immediately.

Plugipay — Payments that don't tax your success