#radha_65063
1 messages ยท Page 1 of 1 (latest)
Do you have your request id? req_xxx
Sign in to the Stripe Dashboard to manage business payments and operations in your account. Manage payments and refunds, respond to disputes and more.
For all requests in Test mode
Okie, and you are the Platform account correct?
acct_1047gY4fEOBx64cJ
So this is a Direct Charge, and it will takes options from the Standard Connected Account
acct_1IjVOJJOYWW5nqEf, and this account probably only enable Card
how can I enable other payment methods for connected account. I do tried this but its not getting enabled.
https://dashboard.stripe.com/settings/payment_methods/connected_accounts from your own Dashboard
Sign in to the Stripe Dashboard to manage business payments and operations in your account. Manage payments and refunds, respond to disputes and more.
I see most method is off by default
Can you try to get some to On and see?
I have just enabled Bancontact, but still its not getting displyed as payment method
Can I test automatic payment methods in test mode?
Are you there?
Yes, and you should be able to test. Do you have the public accessible URL of your site?
nope
I am testing it locally, its still under development
req_FOOf33CfnPNQbk
above is a recent request
where its just returning
"payment_method_options": {
"card": {
"installments": null,
"mandate_options": null,
"network": null,
"request_three_d_secure": "automatic"
}
},
"payment_method_types": [
"card"
],
hi
Yeah checking the request...
ohk
Hi, you seem to use a very old API version of 2014-05-19, can you try newer API version? Or latest ๐
https://dashboard.stripe.com/developers on "API version"
Sign in to the Stripe Dashboard to manage business payments and operations in your account. Manage payments and refunds, respond to disputes and more.
req_tvL6F5ux6NPCqB this is a recent payment request where I have used '2022-11-15' as api version
Do I need to upgrade it in my stripe account?
No sending here is okay. Thanks!
req_TbcbTCpkItDE7l this is another request where I upgraded to my stripe account
Hi, sorry my colleague would be able to continue assist you soon
ohhk
The moment I pass 'stripe_account' => 'acct_1IjVOJJOYWW5nqEf' I receive only card as payment method
If I do not pass this stripe_account, I get so many payment methods
Hi @stone pilot, Please message me once you are available.
Hey sorry, could you clarify again where did you set this?
In payment intent create API call
\paymentgateways\stripe\StripePaymentIntent::create
I thought you enabled in Dashboard. Didn't you?
I do have enabled it.
Okie, could you confirm where? Inside "Settings >Payment methods > For your connected accounts" for Test mode?
You are in test mode
Changes will not be applied to your connected accounts' live payments settings.
Here is what I see for acct_1047gY4fEOBx64cJ
Okie,m could you go to acct_1047gY4fEOBx64cJ and turn on the same settings at https://dashboard.stripe.com/test/settings/payment_methods/connected_accounts?
Sign in to the Stripe Dashboard to manage business payments and operations in your account. Manage payments and refunds, respond to disputes and more.
is this account acct_1047gY4fEOBx64cJ specified in my request?
acct_1047gY4fEOBx64cJ is your current Platform account, where you are using its Secret Key when making API call
ohk
tell me one thing in createpaymentIntent API call. I am supposed to add stripe_account. so which accountID I am supposed to add
Your request is fine. Leave it as it is.
Just change the Setting when you log in to acct_1047gY4fEOBx64cJ Dashboard
I have applied changes in setting but its taking time to update payment methods
Okie, let's update it and try again, and my colleague would be able to continue assisting you
Thank you so much @rotund fjord . This resolved my issue.๐