Using Stripe feature amount_to_capture

hi all, need help in capturing an authorized charge in stripe, but for an amount lower than authorized amount. believe this is possible in stripe and need to send ‘amount_to_capture’ option while making the API call. More details on link below. the challenge is I don’t see this option when I select ‘capture an authorized charge’ under payment tab in workflow (I am using the official stripe plugin by bubble). please help on how to do above

https://stripe.com/docs/api/payment_intents/capture#capture_payment_intent-amount_to_capture

If it is not available in the plugin you can’t use the plugin to do it…if you were using the API calls then you can have full control over how things are done as long as Stripe allows for it.

Learn More

Boston85719 is an expert Bubbler with a decade experience as an educator. Real name Matthew, he has been actively building SaaS apps, marketplace apps, scheduling apps and more for clients, himself and for sale as templates.

As an official Bubble Bootcamp Instructor, he leads Bubble Bootcamps on a regular basis.

Always willing to offer advice via the Bubble Forum, Matthew also offers Private Personal and Group Training Sessions.

Through his site, NoCodeTrainer, Matthew provides a range of tutorials with editor access to help you jumpstart your Bubble development.

Always accessible you can send Matthew a private message via the forum or send an email directly with your requests.

Be sure to checkout the Stripe Integration Course when you are ready to integrate Stripe payments to start monetizing your application via product sales or subscriptions.

Stripe Integration Course

NoCodeTrainer.com

thanks, noted. Can we use both plugin and API calls in parallel for Stripe? Plugin works for me right now except for just one use case where I might need to setup API calls to Stripe.

Additionally, would you know of any go-to resource for getting initiated on using stripe through API calls?

I do believe this is possible.

Yes, please see link below

1 Like

hey, im also looking for the same functionality. the current default bubble stripe plugin does not allow this. i’m exploring other plugins such as stripe js 2 to see if that works.

which method did you go for in the end?