#Adrijan B. | EverHype Systems - save objects
1 messages · Page 1 of 1 (latest)
I believe you can retrieve that object as a Charge https://stripe.com/docs/api/charges/retrieve
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
What info are you looking to retrieve?
That PI will have a customer field. So retrieve the payment intent and check the customer field
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
yes, but in the exported csv
i get following id
py_3KR252A4xG1axF8d1Lw7PvaC
and i think that "py" indicates payment
but i dont know how to access it
How are you exporting it as a CSV?
Don't sent the CSV here
okay
Thanks for the screenshot though
I did not realize you weren't in test mode. Test mode data is okay to share here but we don't want to expose your live data on a public channel
so, how to i fetch this now
Sorry was helping in other threads. Back on this one. I will check what you can get through that CSV export.