#Alex-PaymentId
1 messages · Page 1 of 1 (latest)
Can you send me the invoice ID?
This is Payment Intent ID
where do you get this object?
cs_live_b1j7RawysJqkjsPoaTVLcHzdJnvBiWYC5JGYE0R5kZM7S0cZiXVu4BtMRA
This is the checkout session ID.
The receipt_number is a property can be found in invoice, refund or charge object. So I'd like to know which kind of object are you interested in
OK. and from which object did you get the charges list? the payment intent?
btw, receipt_url is the property of charge object, so you should get it from charges.data.0.receipt_url instead of charges.data.0.billing.receipt_url
i get it in the payment_intent.succeeded
Did it change name between API update ?
Ive updated my API on stripe i was running a really old version
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
I can see the receipt_number in the charge object of pi pi_3KVVdJJbzvSIR6cj1YtIvZNU
Can you check again?