#aaparth-android-confirm-pm-id
1 messages · Page 1 of 1 (latest)
Hey! You'd want to look at this guide: https://stripe.com/docs/payments/accept-a-payment?platform=android&ui=custom
You'd need to make some adjustments to the 'Submit the payment to Stripe' code, specifically changing ConfirmPaymentIntentParams and using createWithPaymentMethodId: https://stripe.dev/stripe-android/payments-core/com.stripe.android.model/-confirm-payment-intent-params/-companion/create-with-payment-method-id.html
@sonic elm
can't find the method createWithPaymentMethodId as its not available
ConfirmPaymentIntentParams.createWithPaymentMethodId()
okay