#kayzer24-connect-receipt/invoice
1 messages ยท Page 1 of 1 (latest)
Hi ๐ we do not generate Invoices automatically for payments, though we do generate receipts:
https://stripe.com/docs/api/charges/object#charge_object-receipt_url
If you would like to use an Invoice as part of your flow, then you'll likely want to start by creating an Invoice and then process the payment against that.
https://stripe.com/docs/invoicing/overview
so it's not possible to generate an invoice after a payment done upfront, as on checkout session ? https://stripe.com/docs/payments/checkout/post-payment-invoices#enable-invoice-creation
Ah, yeah, you can use that if you're using Checkout Sessions.
yes but it's with custom forms, im not using checkout session
the second thing, with receip_url, i have an issue im making a destination charges with on behalf of, so the receipe should be with the name of the connected account but it's not the case here, i see the platform name ? is it a but or is there an other ways to get the receipe ?
Can you share the ID of the payment you're referring to where you saw this behavior?
kayzer24-connect-receipt/invoice
Thank you
๐
Thank you for your patience. I believe that may be expected behavior for receipts as I'm not seeing any mention of on_behalf_of changing receipt behavior here:
https://stripe.com/docs/receipts#receipts-for-stripe-connect
this is what my api call looks like
as here the merchant of records is the connected account, so it doesn't make sens to send a receipt with the platforms name !!! or im wrong ?
I'm not sure off-hand and am trying to confirm that.
thanks, let me know if it's a normal behavior or it's an issue with stripe
Thank you for your patience, I've not been able to find anything suggesting that on_behalf_of is expected to change the behavior of receipts, and my teammates testing on their account aligned with that as their receipt showed Platform account details also.
if you go one the connected account level and check the receipt for the given payment, you will see the name of the connected account on the receipt
Can you elaborate on that? The Charge object shouldn't be available on the Connected Account level for destination charges.
for example: https://dashboard.stripe.com/test/connect/accounts/acct_1MUYfKJLQ4UG9aAZ/payments/py_1MWLdZJLQ4UG9aAZuZV5whFJ
Sign in to the Stripe Dashboard to manage business payments and operations in your account. Manage payments and refunds, respond to disputes and more.
so the dashboard offers a way to send a receipt with the Connected account Name, but how to do that via API
As far as I know you can't
so something is missing or hidden from the API
do you test getting receipt from Connected account on dashboard ?
I'm not sure I understand the question, you mind trying to rephrase it?