#Arthur111 - Fees
1 messages · Page 1 of 1 (latest)
Thank you, this is the first thing we studied of course, but it does not list API costs..
What do you mean by "API costs"?
we won't process any payments, only store CC info and egress
so we'll be using relevant apis, but we need to know approx cost
extract payment methods by tokens and append those to a report
Not sure I understand... you would tokenize card information to Stripe and then never actually use it?
never use for payments processing through stripe, just export it back and give to the customer
Export it back? What are you exporting back exactly? I'm curious because you can't get raw card details, like the PAN, out of Stripe in the way you're describing.
ah.. i thought i could.. we literally need end users to submit their CC info, send it over to stripe & tokenize. This is for public service so head office wants it exported monthly (attached to end user details) and process the payments manually (of course through certain systems, but with a lot of manual checks, calling users etc etc)
may there is another set of stripe services that can fit here?