#pookleberry_best-practices
1 messages · Page 1 of 1 (latest)
👋 Welcome to your new thread!
⏲️ We'll be here soon! Typically we respond in a few minutes, but sometimes we might take a bit longer if the server is busy or if you have a particularly tricky question.
⏱️ We close idle threads, which makes them read-only. Once a thread is closed it won't be reopened, but you can always start a new thread if you have another question.
🔗 This thread will always be available, even after it's closed. You can find it again using Discord's search, or you can save this link: https://discord.com/channels/841573134531821608/1313929889606537226
📝 Have more to share? Add more details, code, screenshots, videos, etc. below.
Hello! Have you read through this? https://support.stripe.com/questions/process-health-savings-account-(hsa)-or-flexible-spending-account-(fsa)-cards
For the split payments question, that's something you would need to implement on your end, likely with multiple distinct Payment Intents.
Yes I’ve read that. It’s not really clear on whether or not an USA card would just work out of the box
How would I go about implementing that on our end? Is there a remainder balance returned from the original payment? We are using a stripe link. It is not embedded on our site
I'm not sure what you mean by "an USA card", can you provide more details about that?
Hsa card sorry
For the split payment piece, if you tried to charge someone $20 and the card they're using can't pay that much for whatever reason the entire transaction would fail with a decline. You could then provide the option to your customer to split the payment across multiple cards or other payment methods. This would require custom code on your end, it's not something we support out of the box.
So, for example, I would try to pay $20, it would fail with an insufficient funds decline code, then I would try again with $10 on this card and $10 on another card, and either of those could succeed or fail, and so on.
Okay and this can’t be done with just links?
Is there a way to prevent hsa payments for certain interactions and disallow them for others on the same account?
No, it can't be done with just links.
For your second question, probably, but I'm honestly not sure. That would be a better question for Stripe support than here: https://support.stripe.com/contact/email
Thank you
Happy to help!