#Edw
1 messages · Page 1 of 1 (latest)
Hi there, can you share the request id for when this error is thrown? Here's how you can find a request ID: https://support.stripe.com/questions/finding-the-id-for-an-api-request
req_KrglSOm08aDnLc
I do not think think that is the correct request id, I'm looking for the request id where this message: The payment method type provided: fpx is invalid. was thrown.
Ok hang on
req_EisJ1pQ7rce5qP
I can’t find that particular message
req_VbIMwGr0a7huSO
These are the ones under failed@logs
This error, req_EisJ1pQ7rce5qP is due to a private beta which it provides next steps.
Looking at the second request
FYI …we tested this in test mode …it was working fine until we went live
On the second request, req_VbIMwGr0a7huSO it looks like you'd need to use you'd secret API key, https://stripe.com/docs/keys
Already updated the secret key
As mentioned no error when we use credit card…problem only for fpx
How about this
req_RXlPuKiQ9vugSQ
Yeap, that is the one. Looking on my end
Ok
According to our document, FPX should work with Checkout one time item: https://stripe.com/docs/payments/payment-methods/integration-options#support-bank-redirects. Further investigating this request
From the error code, it appears that the Payment Method needs to be activated.
The payment shows verified
What do you mean by The payment shows verified?
Under billing /payment method settings
It shows verified
How else it can be activated ?
I was able to confirm this with a teammate. From looking at the request it appears that you're making a direct charge with Customer Connect account. This is not recommended. You can learn more about this here: https://stripe.com/docs/connect/charges
On the request error that you're seeing, this account does not have the capability, https://stripe.com/docs/connect/account-capabilities#requesting-unrequesting. You'd need to reach out to your Platform account to add this fpx capability to your account.
What does it mean by “each out to your platform account to add this fpx…”?
Does that mean there will be additional charges for this option ?
Your Platform account controls this and they can request more this specific fpf capability for their Connected Accounts.
Can you clarify what you mean with this, Does that mean there will be additional charges for this option ?
In terms of transaction fees,will there be additional cost to this changes of settings?
Ah, I see. The settings in itself won't incur a cost. However, when a transaction is made with this Payment Method, the transaction will incur fees.
And do you have developers to guide us set this up? Coz I am not getting much support/help from the sales /support team….the whole process has been delayed because no one was able to identify the problem and guide us
We are not sure how to get this done …
On the request error that you're seeing, this account does not have the capability, https://stripe.com/docs/connect/account-capabilities#requesting-unrequesting. You'd need to reach out to your Platform account to add this fpx capability to your account.
They can make this update via the API: https://stripe.com/docs/api/capabilities/update.
Ok, let's start from the start again. Are you the developer?
No….I am the owner and I have a developer working for me who has been building the site and managing the integration
Are you the owner of the Platform account or this specific Connected Account?
Platform account
How do I connect my developer to your tech support? To assist in this ?
As for next steps, your developer needs to ask for the right capabilities for the right Payment Methods on these Connect Accounts. You'd want to pass this document along to them, https://stripe.com/docs/connect/account-capabilities#requesting-unrequesting and can make a Capabilities update request, https://stripe.com/docs/api/capabilities/update.
If they are still blocked, they can always come to this channel for technical help.
I'm sorry it took a while for me to relay this to you.
Hhmm …
I will convey this message to my developer
Are there any examples in the links provided!
On setting the capabilities?
Yes, the code example is here: https://stripe.com/docs/connect/account-capabilities#requesting-unrequesting
Ok