CaptureMethod

enum CaptureMethod : Enum<PaymentIntent.CaptureMethod>

Controls when the funds will be captured from the customer’s account.

Entries

Link copied to clipboard
Manual("manual")

Place a hold on the funds when the customer authorizes the payment, but don’t capture the funds until later. (Not all payment methods support this.)

Link copied to clipboard
Automatic("automatic")

(Default) Stripe automatically captures funds when the customer authorizes the payment.

Properties

Link copied to clipboard
val name: String
Link copied to clipboard
val ordinal: Int