#maxime1992
1 messages · Page 1 of 1 (latest)
You're getting that error because generally we discourage passing card numbers directly in the backend. The way payment methods should generally be created is through the front-end. See our accept a payment guide for what I mean: https://stripe.com/docs/payments/accept-a-payment?platform=web&ui=elements
but what about from a test point of view?
Essentially I just want to give some money to a test user for a test. What's the recommended way?
You could have a test integration up and running and use test cards: https://stripe.com/docs/testing
Or just use Checkout in test mode + test cards