Stripe.js Card Delete Error

Have some workflow to delete a card from a customer. It has been working until recently in Dev. I am not Live yet.

I am getting the following error now:

Plugin action Stripe.js - Card - Delete error:
Error: undefined is not a valid uri or options object.
at request (/var/task/bubble_modules/node_modules/request/index.js:44:11)
at /var/task/index.js:262:42
at async_fn (/var/task/index.js:242:13)
at Object.user_context.request (/var/task/index.js:262:20)
at eval (eval at build_function (/var/task/index.js:55:21), :15:31)
at /var/task/index.js:278:23
at run_fn (/var/task/u.js:594:18)

Does anyone have any insight or experience with this problem?

@copilot

2 Likes

I created an action to delete cards with the API connector that works, so I am thinking that this must be a plugin issue.

Im running to the same issue too…

Hi @Ebz,
Can you share your action created with the API connector ? I need to delete cards but I never used the API connector.
Thanks for your help !

This is my API Connector action.