#joseamica

1 messages ยท Page 1 of 1 (latest)

snow burrowBOT
uneven pagoda
#

Hi yeah that's totally expected. With Express and Custom accounts, you use destination charges. With destination charges, all objects (payments, customers, etc, etc) get stored on the platform account. Just funds are transfered to the connect account

tribal ore
#

So, its better to migrate to a standard account right?

#

My customer is complaining about the information, and the receipts

#

๐Ÿ˜

uneven pagoda
tribal ore
#

Thank you very much, can I ask something it might be stupid question. But on the invoice_creation, I want to send to the customer all the dishes they ordered and paid for

#

Ofcourse this dishes data comes from my db. But how I can make a list of products? Using invoice_data?

uneven pagoda
#

How are you accepting payments?

#

Creating invoices via the api?

#

Using Checkout sessions?

tribal ore
#

checkout sessions

#

  const session = await stripe.checkout.sessions.create({
    mode: 'payment',

uneven pagoda
tribal ore
#

thanks! last question, how i define a application_fee_amount with %?

#

I have 1000 which means 10 .00right?

uneven pagoda
#

You'd need to calculate it yourself

#

And pass it as an amount

tribal ore
#

but 1000 is 10.00 right?

uneven pagoda
#

Yeah

tribal ore
#

thansk men

#

have a good day