#kenlow
1 messages · Page 1 of 1 (latest)
Hi there, you can create a US test account to implement the integration, regardless of where you are currently located
@buoyant kettle what about our customers in Malaysia? would they be able to use this?
Hi! I'm taking over this thread.
Does Malaysia banks use strong customer authentification (SCA)? If so, I would not recommend this guide and use this one instead https://stripe.com/docs/payments/save-and-reuse
Awesome thanks @umbral fog that's exactly what i was looking for
@umbral fog Would it be possible for us to retrieve these information into our own Frontend. Essentially, we would like customers to authorize payments in our website instead of being redirected to Stripe's checkout page
If you don't want to use Stripe Checkout, then you can use Payment Element to host the payment form on your website: https://stripe.com/docs/payments/payment-element
@umbral fog if we just want to focus on Credit Card in this scenario, would it better to just use the Card Element instead?
I assume we can also retrieve all Saved Cards from the customer and display them in our frontend for users to select right?
@ebon night it's generally not really any extra work to use the PaymentElement and it supports multiple payment methods your customers might want to use so I'd suggest that over just the CardElement!
yes but we don't have any inbuilt component for that, it's something you'd put together yourself using https://stripe.com/docs/api/payment_methods/customer_list to get the data and your own UI to show details like brand/last4 etc for the customer to pick