#tyrell-paymentlink
1 messages · Page 1 of 1 (latest)
Hello, I'm not sure what you call "credit" versus "cash". All Stripe does is charge the card entered by the customer, there's no way to choose "how" to debit that card beyond that
kk. The thing is, when he pay a $3k billing by a new credit card with $32k limit, it shows "insufficient funds" on Stripe payment page. And I didn't find any description about this. So I wonder if Stripe supports this scenario or not?
We don't let you choose no and we don't plan to. Insufficient funds is an error returned by the bank, so they should talk to their bank really
So there is no configurations of payment methods on Stripe right, like to forbid pay with credit card or debit card?
yes there is, it's just a bad idea to do that
https://stripe.com/docs/api/payment_links/payment_links/create#create_payment_link-payment_method_types you can control the payment method types on your PaymentLink in the API
but really you should maximize for conversion
if someone wants to pay via card then good for you, you still get the money
but you can offer other payment methods if you want to easily
I got you. Thanks for your patience.
sure thing! Is there anything else I can help with?
Nothing else. Have a good day man