#dan-prepaid-card-balance
1 messages · Page 1 of 1 (latest)
I don't believe we have an API for that unfortunately.
You can try placing a hold on the payment method before charging
https://stripe.com/docs/payments/place-a-hold-on-a-payment-method
if the hold for X amount fails then its likely the card doesn't have enough balance to cover the payment
Ok, that is an interesting idea. I guess the challenge is in the next step. Say the hold doesn't work for the amount, then you know you need to try something less, but you don't know what that would be.
Yeah that would be a challenge
Would there be any way to make sure you use all of the available balance?
I doubt it 😦
You wont know what the balance is, so won't be able to capture all amount
Yeah, ok. Thanks for your consideration.