#Seekay
1 messages ยท Page 1 of 1 (latest)
taking a look
you just need to pass the ID of the PM not the whole object
e.g. payment_method: "pm_1NVVfXDec9MuQc8Kw38o7T7v"
I see, let me try again. Thanks for help!
let me know if you need any more help
Hi, might as well, help me check this?
request ID :
req_UKiNoB0vw9PcD1
I wonder to capture the fund with paymentIntent id.
the PI haven't been confirmed
so you either need to pass confirm: true to the create PI method
or you need to call the Confirm PI API
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
I want to hold customer fund amount, after that only capture the remaining fund.
confirm
optional
Set to true to attempt to confirm this PaymentIntent immediately. This parameter defaults to false. When creating and confirming a PaymentIntent at the same time, parameters available in the confirm API may also be provided.
Izit okay if I set confirm to true?
if you're using manual capture, then yes it's fine
Okay thanks. I managed to make it work already
Many thanks
when will refund the $2.50 ya? about how many day?
Or I need to manual refund it?
Hi! I'm taking over from my colleague. Please, give me a moment to catch up.
About 5-10 business days: https://stripe.com/docs/refunds#tracing-refunds
Happy to help!