Skip to content

Stripe

Stripe allows you to accept international payments using cards and other supported methods.

When to use Stripe

  • Selling internationally
  • Accepting payments in multiple currencies
  • Serving customers outside India

How Stripe payments work

  1. Customer completes checkout
  2. Payment is authorized by Stripe
  3. Payment confirmation is received via API or webhook
  4. Order is marked as Paid
  5. Funds are settled to your bank account based on Stripe’s payout schedule

Payment confirmation

Stripe payments may be confirmed via:

  • immediate success response
  • webhook events (recommended for reliability)

Currency support

Stripe supports multiple currencies. Ensure:

  • your product pricing is compatible
  • settlement currency is reviewed
  • exchange fees are understood

Best practices

  • Always rely on webhooks for final confirmation
  • Test with Stripe test keys before going live
  • Review country and compliance requirements