#Zarizarblack
1 messages · Page 1 of 1 (latest)
Could you provide an example Invoice Id? in_xxx. what payment options you expected?
Sign in to the Stripe Dashboard to manage business payments and operations in your account. Manage payments and refunds, respond to disputes and more.
When you created it , you passed
payment_method_types: {
0: "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.
You want to pass automatic_payment_methods.enabled = true
how do i do that using thr api
this is the original invoice through my CRM i use to charge my clients. I want it to be set up where when the person presses pay it goes to the stripe checkout page that shows all the different payment options
Hmm, are you integrating Stripe directly or via a 3rd party plugin?
https://dashboard.stripe.com/logs/req_c3pPYxrN8GXefH do you recognize this request from your server?
Sign in to the Stripe Dashboard to manage business payments and operations in your account. Manage payments and refunds, respond to disputes and more.
where would i find this
did you see the links i sent
yes
Okie, do you see the parameters in https://dashboard.stripe.com/logs/req_c3pPYxrN8GXefH ?
Sign in to the Stripe Dashboard to manage business payments and operations in your account. Manage payments and refunds, respond to disputes and more.
Yes, I mean it says your PHP server sent that request
Stripe/v1 PhpBindings/7.107.0
So it's somewhere on your own code
im using the API
Please remove this image
It has your sk_like key which shouldn't be visible here as a public forum
and looks like you are using a 3rd party plugin, not directly with Stripe
is this Woocommerce or WordPress like?
My apologies I forgot
Yeah but they have the UI for you to puts key on, and then create Checkout Session on behalf of you
so they might have the option somewhere to enable automatic_payment_method
So I modify it in the code
That’s all I have to do to make it display all my payment methods
Not sure what you mean, did you modify to enable the automatic_payment_method?
I’m not understanding where I’m supposed to do that