#Graco - reporting APIs
1 messages · Page 1 of 1 (latest)
Do you have the ID of a specific payment that is missing an invoice ID?
Invoices are for payments that come through subscriptions or manually created invoices. If you create a one-off charge through checkout or a raw payment intent, there won't be an invoice
thats good to know, thanks
yeah it most likely is one-off charges
but so, how can I get a product name from balance change from activity itemized 3 if it was a one-off purchase
Are these one-off payments coming from a Checkout page or something else?
As in Stripe's hosted Checkout page?
If you have an ID I can take a look at if there is product data currently associated with it in some way
they are coming through a third party yes
lemme dive in
which id do you need?
charge_id: ch_3LT6c6GUagb2Rv1U3ZcjF5u5
payment_intent_id:pi_3LT6c6GUagb2Rv1U3jnNwR6y
would that do?
Yes those will do. Apologies for the delay. Looking in to them now
So it looks like these payment intents are being created directly with the API. They won't have Stripe Product data attached to them, though I do see that your third party is passing metadata in. You may be able to use that to find out what products were involved with the purchase but that depends on whether they allow you to retrieve those somehow. So this is probably a question for their support team https://dashboard.stripe.com/logs/req_1Ojp1HRHTAqNiP
Sign in to the Stripe Dashboard to manage business payments and operations in your account. Manage payments and refunds, respond to disputes and more.
thats great