Skip to content

Commit

Permalink
Update PaymentIntent.swift (#256)
Browse files Browse the repository at this point in the history
Co-authored-by: Andrew Edwards <[email protected]>
  • Loading branch information
mantaslaurinavicius and Andrewangeta authored Jun 13, 2024
1 parent edf8b21 commit b8c6670
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -238,6 +238,7 @@ public enum PaymentIntentCancellationReason: String, Codable {
public enum PaymentIntentCaptureMethod: String, Codable {
/// (Default) Stripe automatically captures funds when the customer authorizes the payment.
case automatic
case automaticAsync = "automatic_async"
/// 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.)
case manual
}
Expand Down

0 comments on commit b8c6670

Please sign in to comment.