#kayzer24-connect-receipt/invoice

1 messages ยท Page 1 of 1 (latest)

frigid wharfBOT
tawny aspen
#

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

Learn more about the basics of Stripe Invoicing.

serene linden
tawny aspen
#

Ah, yeah, you can use that if you're using Checkout Sessions.

serene linden
#

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 ?

tawny aspen
#

Can you share the ID of the payment you're referring to where you saw this behavior?

#

kayzer24-connect-receipt/invoice

serene linden
#

ow, im in test mode

#

pi_3MWKWsJjAXLVbfUv0SkdB1pG

tawny aspen
#

Thank you

serene linden
#

๐Ÿ‘

tawny aspen
serene linden
#

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 ?

tawny aspen
#

I'm not sure off-hand and am trying to confirm that.

serene linden
#

thanks, let me know if it's a normal behavior or it's an issue with stripe

tawny aspen
#

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.

serene linden
#

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

tawny aspen
#

Can you elaborate on that? The Charge object shouldn't be available on the Connected Account level for destination charges.

serene linden
#

so the dashboard offers a way to send a receipt with the Connected account Name, but how to do that via API

tawny aspen
#

As far as I know you can't

serene linden
#

so something is missing or hidden from the API

#

do you test getting receipt from Connected account on dashboard ?

tawny aspen
#

I'm not sure I understand the question, you mind trying to rephrase it?