Flow

  1. Send a Payment Intent Request.
    • Set capture_type to automatic for immediate payment.
    • Set capture_type to manual for credit card hold-and-capture payment.
  2. Create Payment Method in FRONTEND.
  3. Attach Payment Intent and Method in FRONTEND.
  4. If applicable, capture will be done automatically after charging.