#ClaireBF-payment-link

1 messages ยท Page 1 of 1 (latest)

upper oracle
near mantle
#

Yes I got it and it works, but is it possible then to link it to the products ?

#

Or at least with the payment link id ?

upper oracle
#

Do you have a request ID for a successfully paid Payment Intent?

near mantle
#

Yes !

#

req_sTXymDmN9OUup4 this one for exemple

upper oracle
near mantle
#

Alright I will test it now and I come back to let you know if it works ๐Ÿ™‚

#

How can I retrieve an invoice from a checkout_session ?

#

I can't see the id link

upper oracle
near mantle
#

How can I expand it ?

upper oracle
near mantle
#

I'm using integromat, I have added expand[]=line_items.data.price.product in the body but it doesn't work
Is there another way to retrieve all payments from a unique payment link ? Cause the payment link is for a unique product so it would be sufficient

inland shard
#

Hello ๐Ÿ‘‹
Taking over and catching up
Give me a moment please ๐Ÿ™‚ Thanks

near mantle
#

Thanks ๐Ÿ™‚ Tell me if you need any screen or anything else !

inland shard
#

Integromat seems like a third party integration so we don't have much insights into how its built unfortunately. You'd likely want to talk to their support team about this.

near mantle
#

Integromat is just a way to make an api call but it works exactly the same

#

My problem is just to list the payments from a payment link, there is no other way ?

inland shard
#

ah gotcha. let me see if there are any workarounds

near mantle
#

Thanks a lot ๐Ÿ™‚

inland shard
#

I have added expand[]=line_items.data.price.product in the body but it doesn't work
what error are you getting exactly when you do this?

near mantle
#

I have no error, it just doesn't appear

inland shard
#

let's try one step at a time
Can you set expand[]=line_items and see if line items are showing up?

near mantle
#

Unfortunately it doesn't appear neither

inland shard
#

gotcha seems like payment link sessions are created differently
let's try setting expand[]=payment_link

near mantle
#

It doesn't work neither

inland shard
#

what are you seeing in the response though? Can you share the screenshot?

near mantle
#

The payment_link is here but there is no "plus" to show the different properties

inland shard
#

huh
I feel like something is wrong with the request syntax itself

#

as payment_link is expandable and is working on my end

near mantle
#

hum