#subandi
1 messages · Page 1 of 1 (latest)
Hello 👋
Not sure I understand the question completely. Can you provide more info? Like what exactly are you trying to and have tried so far?
Examples would help
sure, 1m
we have an existing, working flow like this, spread between a "frontend" and a "backend" app. 1. the backend app creates a payment intent. 2. via the frontend app, the customer enters their cc# 3. the backend app captures the payment
I'm building something new but very similar and want to test it via e.g. postman, and don't have easy accesss to step 2 (am backend dev)
so I can create the intent, and when trying to capture it (rightfully) complains that no (customer-) payment method is attached
Gotcha. If you don't have a front-end yet, you can use the pre-tokenized test payment methods from here
https://stripe.com/docs/testing?testing-method=payment-methods#cards
ah, yeah makes sense and I should have come up with that myself as I use them in other places. thanks a lot!