Create Charge
POST /api/v1/payments/charges
Use this endpoint to create:
- customer-present setup charges with
capture_mode: customer_action_required - follow-on recurring charges with
capture_mode: merchant_initiated
amount_minorcurrencyreferencecustomer_idpayment_token_idfor saved-method chargescapture_modeidempotency_key
For recurring billing, do not jump straight to
merchant_initiated. First create and verify a customer-present setup charge so the reusable authorization is bound to the token.