#KRS
1 messages · Page 1 of 1 (latest)
Hi there, I'm not sure what HSA are you referring to here?
"Health Savings Account" card in US
the card is of type "Visa Prepaid" - I would like to identify if it is of HSA account
I'm not familiar with Health Savings Account, is it card issuer?
I don't see hsa in either funding or brand property of card https://stripe.com/docs/api/payment_methods/object#payment_method_object-card
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
it is a special category for which some settings are required - https://support.stripe.com/questions/process-health-savings-account-(hsa)-or-flexible-spending-account-(fsa)-cards
Yes, thats exactly my question is, I would like to know a mechanism to identify if a card is associated with HSA account. Since charging of the card requires special settings, stripe is aware that the card is HSA or the payment fails.
Have you reach out to Stripe support? Feature like this requires special param which is not described in the public API reference
not yet, will do. thanks