#wangtao-test
1 messages · Page 1 of 1 (latest)
Hi! Yes that's possible by using the test payment mentioned on this page: https://stripe.com/docs/testing?numbers-or-method-or-token=payment-methods
For example you could use payment_method: "pm_card_visa" when creating a PaymentIntent.
Thank you very much!