#nasser
1 messages · Page 1 of 1 (latest)
So she is facing 80% abandonment rate because of 2 step verification code when someone trying to buy jewelery from her site.
Sounds like 3DS/authentication, which is part of additional regulation especially in Europe: https://stripe.com/docs/strong-customer-authentication
If by integrating with you, will she has the same problem?
Hard to say without know the exact issue. But we have to adhere to SCA regulations and if the bank/issuer requests authentication for a payment, then our APIs and payment UIs will facilitate that.
Also, do you have an installment option? and is there a limit for orders? if yes, does it covers the 2,500$ orders?
You can configure instalments yes, via a subscription schedule: https://stripe.com/docs/billing/subscriptions/subscription-schedules/use-cases#installment-plans
Not sure what 'limits' you're referring to
I mean by doing installments, will I receive the full amount from you, and you handle the rest installments? Like Tabby or buy now pay later options,
Well we integrate with BNPL providers too, like Klarna etc. But you can also setup instalment payments for regular card payments via the API I linked above
Okay, just to ensure I will receive the full amount? and you handle the installments.
For example, Tabby offers this option.
Let's say a customer made an order of 2,000$
They will give me the 2,000$, and you will receive from the customer 500$/month for 4 months.
But the problem Tabby don't cover orders over 1,500$.
That's why I am checking if you have this option
Not familiar with Tabby. But with the instalment link I shared above, you'd receive $500 per month over 4 months in your example
You can integrate with Klarna, like I said, which operates a model similar to Tabby (i.e. the full $2000 upfront to you and instalments are paid to Klarna)
np