Parsley Pay uses Stripe to handle all payment processing. Payments go directly into your Stripe account — Parsley Pay never holds or touches your funds.
The payment methods available to your customers depend on your Stripe account configuration. By default, Stripe Checkout supports major credit and debit cards. You can enable additional payment methods (such as BACS Direct Debit, SEPA, or Apple Pay) from your Stripe dashboard under Settings → Payment methods.
Stripe charges a transaction fee on each payment processed — this is separate from your Parsley Pay subscription. The fee depends on your Stripe plan and country. You can find the current rates at stripe.com/pricing.
Parsley Pay does not charge any per-invoice or per-transaction fees on top of Stripe's rates.
Because you provide your own Stripe API key, payments are processed entirely within your Stripe account. Parsley Pay only initiates and listens for payment events — we never receive or hold funds. Your Stripe API key is encrypted at rest using AES-256-GCM and only decrypted in memory when a payment action is required.
In rare cases, Stripe's webhook delivery might be delayed or fail. If you know a customer has paid but the invoice still shows as outstanding, check your Stripe dashboard under Developers → Webhooks to see if the event was delivered. You can also replay failed webhook events from that screen.