Hello,
I’m trying to create a custom action for STRIPE because I need to implement methods not actually supported by Stripe plugin (authorize only payment and later manual capture).
My Stripe test API key is working fine with Srtipe plugin, I’m writing a marketplace app and I didn’t have problems implementing all the features needed, al the transaction are visible in my Stripe dashboard.
But now I need to implement this feature:
Separate authorization and capture to create a charge now, but capture funds later
Now I’m having problem configuring the custom action:
“message”: "You did not provide an API key. You need to provide your API key in the Authorization header, using Bearer auth (e.g. ‘Authorization: Bearer YOUR_SECRET_KEY’)
After a few attempts I was able to record the custom action.
Now I need to change it, but the problem now is that I can’t find a way to do it.
the poblem could it be that I am using the trial period to use the custom actions?