wyyerd / stripe-rs

Rust API bindings for the Stripe HTTP API.
Apache License 2.0
219 stars 88 forks source link

Handle payment_method_details for ACH Debit payments #188

Closed khalsah closed 2 years ago

khalsah commented 2 years ago
  1. Expanded the PaymentMethodDetails type to support AchDebit in addition to Card.
  2. Created a new PaymentMethodCardBrand enumeration since payment_methods and cards use different strings to represent card brands (e.g. amex vs. American Express)
seanpianka commented 2 years ago

Thanks for the PR and the review!