#MarkoBoras

1 messages · Page 1 of 1 (latest)

copper ploverBOT
balmy haven
#

I mean on this

slim wharf
#

Hi. I think you asked this earlier: <#dev-help message>
Was there anything wrong with the answer?

balmy haven
#

There I was expadning checkout session object

#

Here I have payment intent object

#

where I am trying

#

const paymentIntent = await stripe.paymentIntents.retrieve(
"xxxx",
{
expand: ["line_items"],
}
);

slim wharf
#

You don't have items in PaymentIntent.

#

You just pay a fixed amount.

#

How are you creating it?

balmy haven
#

stripe checkout has created it

#

ok if I don't have items in payment intent

#

can I somehow extract data as checkout summary in image above

slim wharf
#

Please, let me know if you have any other questions.

copper ploverBOT