#mairakanwal

1 messages ยท Page 1 of 1 (latest)

fickle yokeBOT
upper grotto
#

Hi ๐Ÿ‘‹

I'm not certain what you mean here. Are you saying you have a hold placed for a specific amount and the csutomer wishes to increase the amount before you capture the funds?

mint geode
#

yes that's exactly what I mean. A customer wants a service, his payment is on hold, (not deducted yet) its just authorized yet, the customer wishes to add more payment for the service he needs, so how can I achieve that? I will collect the payment when the service is completed at the end.

upper grotto
#

How are you capturing payment details?

#

Are you using Stripe Terminal?

mint geode
#

Using this:
const paymentIntent = await stripe.paymentIntents.create({
amount: 1099,
currency: 'usd',
automatic_payment_methods: {
enabled: true,
},
payment_method_options: {
card: {
capture_method: 'manual',
},
},
});

#

using API

upper grotto
#

No that's not what I mean

#

Are you using a website or a card reader to collect payment method details?

mint geode
#

sorry for the confusion
I am using card reader

upper grotto
mint geode
#

okay thats great. Thankyou so much for the help. Have a nice day ๐Ÿ™‚

upper grotto
#

๐ŸŽ‰ Happy to help ๐Ÿ™‚