#Matej
1 messages ยท Page 1 of 1 (latest)
Hi there, what's the paymentIntent ID?
Copy and paste the PaymentIntent ID (i.e., pi_xxx) here
pi_3NA6fHL3nVqm94cJ01JuiCwj
Thanks for the ID.
based on the log (https://dashboard.stripe.com/logs/req_TKpYYRo4A2CfO5), you didn't set a customer when creating the checkout session, and that's why no customer is associated with this payment.
Sign in to the Stripe Dashboard to manage business payments and operations in your account. Manage payments and refunds, respond to disputes and more.
I'd suggest you to create a customer first, and pass the customer ID in when creating a checkout session. (https://stripe.com/docs/api/checkout/sessions/create#create_checkout_session-customer)
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
So without having cutomer is not possible to make invoice ?
https://stripe.com/docs/payments/checkout/post-payment-invoices you mean post payment invoice?
@upbeat pecan i have code like this: https://pastebin.com/dZH6QJvA Where to put Invoice that invoice will be send ?
Pastebin.com is the number one paste tool since 2002. Pastebin is a website where you can store text online for a set period of time.
If I understood correctly i have just to flag:
Yes, please refer to the integration guide I sent earlier.