#Miloszex
1 messages ยท Page 1 of 1 (latest)
Is this number generated by Stripe?
sorry Wrong copy I meant this number
cs_test_a1CxqmxnClIp2RWlDptIjxDxJKcNDNe99cR4GBg5L7EHeG3VJLvocqIkHY
and yeah this one is created by stripe
https://dashboard.stripe.com/test/logs/req_MwazD3mwlSS3Qx you can find the payement_intent ID in the response
Sign in to the Stripe Dashboard to manage business payments and operations in your account. Manage payments and refunds, respond to disputes and more.
Yes
Okay but when I create Payment i dont have this intent in response
its null
its comming in the webhook event as I understand?
Hi! Can you share the request ID (req_xxx)? Here's how you can find it: https://support.stripe.com/questions/finding-the-id-for-an-api-request
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.
thanks ๐
hmm and How to receive information by this invoice? i got invoice
pi_3NFtOpBRN2bdQixc0WSHAyAA
and stripe.Invoice.retreive i think expects something linke in_xxxxxx
like*
nvm got it
one last question I need to receive card expiration date from payment Can I do this somehow by payment intent or subscription id?
https://stripe.com/docs/api/payment_methods/object#payment_method_object-card you can retreive the payment_method of the payment_intent, and check its card hash.
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.