#mattsulima
1 messages Β· Page 1 of 1 (latest)
π happy to help
yes you can look at the pm.card hash 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.
Okay, and how to get info e.g. specific card is premium card ?
Or how to get info it's international card? Using country iso code?
Okay, and how to get info e.g. specific card is premium card ?
I'm not sure if this info is available
Or how to get info it's international card? Using country iso code?
https://stripe.com/docs/api/payment_methods/object#payment_method_object-card-country
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
yeah I know there's iso code here, my question is - should I use it to check if it's international card? can I trust it?
you can test it out with https://stripe.com/docs/testing#international-cards
Erm I'll ask this way: Our company iso code is UK. Can I assume any iso code different than UK means international card?
yes
Cool, that's great. So for now biggest issue are premium cards then, as II need to save different info in our db if it's premium card
you can also test using those cards https://stripe.com/docs/testing#cards
to try to see whether you can figure out if it's a premium card or not based on the info you get in pm.card
Okay, thanks. Are there any premium cards on this list?
I'm not sure what qualifies as a premium card
I want to know if I should save 1.4% as card fee or 1.9% π
So premium means whatever Stripe qualifies as premium π
unfortunately we know little about pricing on this channel
based on this https://support.stripe.com/questions/what-s-the-difference-between-standard-and-premium-cards
Premium domestic cards
Commercial, corporate, or business cards issued by Visa and Mastercard
Find help and support for Stripe. Our support center provides answers on all types of situations, including account information, charges and refunds, and subscriptions information. Get your questions answered and find international support for Stripe.
so the card brand would be Visa or Mastercard
yeah I read above and that's why I decided to ask if there's any more info π
that's all the info I have
Do you know if it's possible to filter payments in the dashboard by specific card country or card type ect?
or by fee tier?
but you can actually look at the Stripe fee https://stripe.com/docs/expand/use-cases#stripe-fee-for-payment
we don't also have a lot of knowledge in dashboard functionalities
but AFAIK you can export the payments with more card details than the ones shown on the dashboard
oh that's interesting
Okay I think I don't have mroe questions
I'll look into exporting and see what I can do with the api
Thanks for help!
Great, there's country so this can be very useful! Thanks