#venkateshjsoft
1 messages · Page 1 of 1 (latest)
I want to create payment without any user interaction for my testing.
Currently we are creating payment intent and from the client side we are showing the stripe elements so user can choose payment method and complete the payment.
We want to skip the user so we can create payment and we can test our flow.
we want to creat 100 payments to check the load
Sure you can call Confirm PaymentIntent from backend, using our test card
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
so we can call confirmpayment directly?
Yep
this api needs payment method
Use pm_card_visa