Skip to content

Instantly share code, notes, and snippets.

@amixpal
Created January 15, 2020 04:03
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save amixpal/3092fe178685e06d7d4cb89541745931 to your computer and use it in GitHub Desktop.
Save amixpal/3092fe178685e06d7d4cb89541745931 to your computer and use it in GitHub Desktop.
PaymentMethodCreateParams paymentMethodParams = PaymentMethodCreateParams
.create(card, billingDetails);
ConfirmSetupIntentParams confirmParams = ConfirmSetupIntentParams
.create(paymentMethodParams, pref.stripeApiKey().get());
mStripe.confirmSetupIntent(AddNewCardActivity.this, confirmParams);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment