#gavalimandar
1 messages · Page 1 of 1 (latest)
Hi there, please remove your secret key from this chat, discord is a public place so everyone can see it
You should also roll your key as soon as possible.
oh..thanks
And it looks like you are trying to retrieve an authorization object, am I right?
yes
OK. And did you get any error when retrieving it?
I am not able to understand what need to be passed in the iauth****
What need to go here iauth_1JVXl82eZvKYlo2CPIiWlzrn
I have an auth entry in Salesforce
I don't quite understand your question, perhaps you can tell me what you want to achieve with Issuing API?
I want to send the Auth to Stripe
and then incase of Cancellations, want to send the Auth Reversal for that amount
I am trigerring this from Salesforce
Do you mean that you want to approve (https://stripe.com/docs/api/issuing/authorizations/approve#approve_issuing_authorization) or decline (https://stripe.com/docs/api/issuing/authorizations/decline#decline_issuing_authorization) an issuing authorization?
Yes..I am having this. Now if I want to trigger this using REST, I will click on POST Method. Where I want to know which id to be used in auth_***** https://api.stripe.com/v1/issuing/authorizations/iauth_1MQlE0J1RB1AvI4uioLY7A9V/approve
Is it Salesforce Auth Id?
No it's a Issuing Auth ID, not Salesforce Auth.
You can learn more about Stripe Issuing here https://stripe.com/issuing
ok..sure..let me go through it..Thanks