Flow
- Send a Payment Intent Request.
- Set
capture_type
toautomatic
for immediate payment. - Set
capture_type
tomanual
for credit card hold-and-capture payment.
- Set
- Create Payment Method in FRONTEND.
- Attach Payment Intent and Method in FRONTEND.
- If applicable, capture will be done automatically after charging.