Getting started
Checkout
Payments
Billing
Dashboard
Developers
Getting started and onboarding
How long does onboarding take?
How long does onboarding take?
What do I need to provide to get started?
What do I need to provide to get started?
Will FlexyPe change my live theme?
Will FlexyPe change my live theme?
Why shouldn't I regenerate my collaboration code?
Why shouldn't I regenerate my collaboration code?
Do I need to be onboarded before integrating a headless storefront or mobile app?
Do I need to be onboarded before integrating a headless storefront or mobile app?
Checkout and platforms
Which platforms does FlexyPe checkout support?
Which platforms does FlexyPe checkout support?
How does FlexyPe know which store a checkout belongs to?
How does FlexyPe know which store a checkout belongs to?
localhost, add data-shop-domain to the script tag. See store detection.Checkout won't open on my headless storefront. What's wrong?
Checkout won't open on my headless storefront. What's wrong?
data-shop-domain explicitly. Remove that attribute in production.How do I open checkout inside my mobile app?
How do I open checkout inside my mobile app?
https://checkout.flexype.io/?session={session_id} in a webview. Creating the session server-side keeps your API key out of the app binary. See Mobile Apps.Can I customize how checkout looks?
Can I customize how checkout looks?
Payments and gateways
Which payment gateways can I connect?
Which payment gateways can I connect?
Which gateways need webhook configuration?
Which gateways need webhook configuration?
Can I add gateways after going live?
Can I add gateways after going live?
Who supports gateway-side issues?
Who supports gateway-side issues?
Can I run discounts tied to a specific payment method?
Can I run discounts tied to a specific payment method?
Billing and credits
How does FlexyPe billing work now?
How does FlexyPe billing work now?
Did my plan change when you moved to prepaid?
Did my plan change when you moved to prepaid?
How do I add credits?
How do I add credits?
Is GST included in my recharge amount?
Is GST included in my recharge amount?
How much should I keep in my balance?
How much should I keep in my balance?
Why is there a credit or debit line in my usage history?
Why is there a credit or debit line in my usage history?
If I go live mid-month, do I pay the full plan amount?
If I go live mid-month, do I pay the full plan amount?
Dashboard and features
How do I set up my first discount campaign?
How do I set up my first discount campaign?
How can I reduce RTO?
How can I reduce RTO?
How do I recover abandoned carts?
How do I recover abandoned carts?
Can I increase average order value at checkout?
Can I increase average order value at checkout?
How do I control who on my team can access what?
How do I control who on my team can access what?
Where do I configure taxes and duties?
Where do I configure taxes and duties?
Can I connect Meta Pixel and Google Analytics?
Can I connect Meta Pixel and Google Analytics?
Webhooks and API
What webhook events are available?
What webhook events are available?
How do I verify a webhook is really from FlexyPe?
How do I verify a webhook is really from FlexyPe?
X-Flexype-Authorization header against the secret you set when creating the endpoint, before processing anything. See verifying webhooks.What happens if my endpoint is down?
What happens if my endpoint is down?
Why did I receive the same event twice?
Why did I receive the same event twice?
X-Event-Id. Deduplicate on that header and persist processed IDs so it survives restarts. See idempotency.How fast must my endpoint respond?
How fast must my endpoint respond?
Where do I get API keys?
Where do I get API keys?