#tonz18
1 messages · Page 1 of 1 (latest)
Hi! Let me help you with this.
Afterpay has it's own Element, but Klarna doesn't: https://stripe.com/docs/js/element/other_element?type=afterpayClearpayMessage
But it's recommended to use the general Payment Element for all new integrations.
You can create 2 separate PaymentIntents with different set of payment_method_types.
is there a stripe checkout that only has selected payment methods
hosted checkout that is
You can select payment method types when you create the PaymentIntent: https://stripe.com/docs/api/payment_intents/create#create_payment_intent-payment_method_types
Please, let me know if you have any other questions.