#wendy
1 messages ยท Page 1 of 1 (latest)
Can you link the api you're referring to? What's your end goal here? What are you trying to achieve?
https://stripe.com/docs/api/issuing/authorizations/retrieve
the goal is to somehow trigger a pre authorization and getting back the cc authorization code from stripe
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
That's for stripe issuing
Are you an Issuing customer?
that is a stripe credit card? this is new to me
Yeah
we use stripe to charge customer credit cards that's all for now
The api endpoint you shared is for Issuing
We also don't surface any authorization code via the api
What's your end goal with that?
oh, can stripe issue like a debit master card equivalent then?
so there is no way to get some cc authorization code (like a legacy system with other payment system like moneris) with stripe?
some tracking i guess
But what would you do with it? We handle all that stuff underneath the hood so you don't have to worry about it
Yeah with payment intents all that stuff is hidden and we just take care of it
can i ask about that card issuing capabilities in this thread or new thread
@queen stream hello, do you have questions?
can we make use of that issue feature to create a debit cc that can be use to buy stripe product
@queen stream yes you can