#abjeet__singh
1 messages · Page 1 of 1 (latest)
Hello! We'll be with you shortly. Below are links to other discussions we've had with you in the past week in case you want to review that information. If your question is related to one of these previous discussions, please provide a comprehensive summary of the current state and what you need help with now. We help many users simultaneously, so a summary allows us to resolve your issue as soon as possible.
- abjeet__singh-account-support, 2 hours ago, 8 messages
Do you have a Request ID for that error?
Here's how you can find a request ID: https://support.stripe.com/questions/finding-the-id-for-an-api-request
Find help and support for Stripe. Our support site provides answers on all types of situations, including account information, charges and refunds, and subscriptions information. Get your questions answered and find international support for Stripe.
That's a Payment Configuration. Do you have the request for the API call you made which surfaced that error?
wait a sec
is this helpful
am unable to identify what you are asking of me
req_zjpZParbyivPaT
The Customer you are trying to use to pay the Payment Intent has no attached Payment Methods
what is the solution to this
Here's the endpoint for attaching one: https://stripe.com/docs/api/payment_methods/attach
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
how am i able to know before hand what payment method the customer is about to use
am using stripe for a one time payment of services online
will removing the shipping section in the request help ?
Are you following a guide right now?
the documentation from stripe
What documentation?
Stripe.js
Can you point to the docs you're looking at please?
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
am using this to create a payment intent
That's not a guide. That's an API endpoint. I would recommend following this guide, since it sounds like you might be a bit lost: https://stripe.com/docs/payments/accept-a-payment?platform=web&ui=checkout
This guide has options for low-code integrations, and custom integrations. Somehwere in there is the payment flow you're looking for
i want to only use the transaction services provided by stripe and not the checkout ui or. I deal in a service sector and only need payment options and a secure interface for such transfers.
can you recommend changes to this code since am a beginner.
for some reason, i am unable to turn on the Card payment method.
I would recommend using the Payment Element then. If you can't activate payments, then you'll want to talk to our support folks: https://support.stripe.com/contact
Find help and support for Stripe. Our support site provides answers on all types of situations, including account information, charges and refunds, and subscriptions information. Get your questions answered and find international support for Stripe.