#Proven
1 messages · Page 1 of 1 (latest)
What information are you looking for exactly?
Are you having trouble implement an oauth flow?
tried to msg you but got kicked back
Under Validate You PCI Compliance
https://stripe.com/docs/security/guide
We are looking to identify the ways Stripe is utilized via Authentication from "end-user"
I'm not sure what you mean, can you provide an example?
I apologize for the lack of explanation:
- click the link or copy and paste
- Scroll down and Stripe goes over the multiple ways to use "accept payments"
- We want merchants to log in to our application, then connect their Stripe accounts, and identify how they are using "Stripe"
Based on the methods stripe has available
Ah, you're referring to these tabs?
Ok, we're on the same page, but unfortunately that's not something available from the API and never will be
At least not explicitly
With access to an account, you could look at some of their payment objects, for example, to see if they use card_present (Terminal) or Invoices, etc
But there is no API that will tell you the way an existing account is currently integrated with Stripe
Could we identify:
- Card Present
- Mobile
- eCommerce
- Keyed in
Where did you find payment objects?
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
You likely wont be able to detect all those, no. But I think further questions in this area would be better addressed by our support team, unless you have specific integration questions.
https://support.stripe.com/contact
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.
Thank you, we can find a work around with that methodology I believe