#Jeko

1 messages · Page 1 of 1 (latest)

hard tapirBOT
soft knot
#

hello! can you share the PaymentIntent id or Checkout Session id?

mental marten
#

last test was here : cs_test_a17rNWiZ8h0zLpVd9lM2dRbr7zAus3e37ZDdtyGAFuNePxAeQSj9I3RncV

#

I retrieve the payment id with session id with stripe.checkout.sessions.retrieve

soft knot
mental marten
#

payment_intent_data: {capture_method: 'manual'}, line 18 ? is not ok ?

soft knot
#

i don't know why, but your code didn't pass in that parameter for that specific Checkout Session. Did you possibly add in that parameter after you created that Checkout Session id? Or if you try to create a new Checkout Session and check the request logs in the Dashboard to see if it's being passed in your request?

mental marten
#

same probleme with cs_test_a16ZZiVcdyFGvUXSYEY4m95a0AYiEXLGordXnxd8fUZvCbXLsLQNdQcc4M

soft knot
#

just realised that your implementation is wrong - It should be something like

...
payment_intent_data : {
capture_method : ...,
description : ...,
}
...
mental marten
#

ohhhh

#

I try