#Manishtiwari7355 - Payment
1 messages · Page 1 of 1 (latest)
Hi there,
could you please share your account Id and a example of a PaymentIntent Id ?
sure
my stripe platform id-acct_1GJ4hPDAk3gjYvvm
PaymentIntent-pi_3LffZwDAk3gjYvvm0ZB0Z5LN
I am using my test mode key
Thanks for sharing taking a look
ok
I see that no payment attempt was made to complete that PaymentIntent pi_3LffZwDAk3gjYvvm0ZB0Z5LN
You can check this in your dashboard in the Events and log section
https://dashboard.stripe.com/test/payments/pi_3LffZwDAk3gjYvvm0ZB0Z5LN
You need to complete making the payment, you can follow this guide for:
https://stripe.com/docs/payments/accept-a-payment
Sign in to the Stripe Dashboard to manage business payments and operations in your account. Manage payments and refunds, respond to disputes and more.
how can i add requires_payment_method in my code
You can follow this guide for that:
https://stripe.com/docs/payments/accept-a-payment?platform=web&ui=elements#web-collect-payment-details
okay
what's the error?
customer has not entered their payment method
and have you tried to enter payment information into a Stripe Element form on your frontend website and called functions like confirmPayment ?
I error occur when we reedem money into my stripe account
that code unfortunately makes no sense
Stripe and Connect is so much more complicated then just trying to create a PaymentIntent, then immediately calling the Payout Create API. For example, it takes at least 2 days for any money you get from the PaymentIntent to be available to pay out.
I'm really sorry but you're completely lost. I suggest just following https://stripe.com/docs/connect/collect-then-transfer-guide exactly and build that exact integration, it has clear examples for everything.
ok let me see
(I edited my post to update the link)