Hello everyone!
I use Stripe Connect - Marketplace to make payments in the app. In the test mode all processes run correctly, however, in the live mode there is an error (that is below):
Workflow error - The service Stripe Connect - Retrieve Account Details just returned an error (HTTP 404). Please contact the plugin author directly for feedback. Raw error: { "error": { "message": "Unrecognized request URL (GET: /v1/accounts/). If you are trying to list objects, remove the trailing slash. If you are trying to retrieve an object, make sure you passed a valid (non-empty) identifier in your code. Please see Stripe Documentation or we can help at https://support.stripe.com/.", "type": "invalid_request_error" } }
Don’t know how this error can be fixed… All keys for the test mode & live mode are filled in correctly.