Stripe.js Plug in- How to capturing payment/ putting it on hold?

On the bubble stripe plug in it there is check mark called “Authorize the charge only” However on the Stripe.js I can’t find it

Do you know how to do the Authorize charge on the Stripe.js Plug-in and then charge the user once the bid is approved ?

anyone?

You need to use API connector to make this api request.
Reference Link : Placing a hold on a card | Stripe Documentation.

1 Like