#tpak-fees
1 messages ยท Page 1 of 1 (latest)
Hello! Just to confirm I understand your question - are you trying to retrieve the Stripe fees tied to a charge through the API?
Hello @elfin hatch - yes, but before I send the charge through
I am going to make the customer pay for using CC vs Cash/ACH
and there is an extra burden on internation CC's that settle in US$
I don't believe there's any way for you to see what the fee is BEFORE the charge is made - we have ways of retrieving it after the charge has gone through, but none for estimating it beforehand to my knowledge
so, then, is there an API that I can use to retreive the payment type details/metadata that includes country of the CC?
You want to get that before the charge is made, right?
yes
I know when I just tested adding a card to a customer I can see the country but is there an API that I can call that gets the default payment info for a customer that also returns the country?
If you retrieve the Payment Method https://stripe.com/docs/api/payment_methods/retrieve that should get you all the information you need
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
I need to head out, but ifyou need anything else @uneven oar is around and can help
๐ Stepping in for karbi
Ah, thanks! That is the one I was not able to find! Thanks.