I’m having trouble with the API Connector to get a call setup properly…getting the same error message of resource missing
When I look at my Stripe logs for failed, I see nothing associated with the call I am trying to initialize using the API Connector.
I’m referring to the Stripe API docs here for how to retrieve the card
https://stripe.com/docs/api/cards/retrieve
In my database I am saving the card id that is created when I use the Stripe.JS plugin.
Just can’t seem to get the API Connector to initialize using this setup
I know the id that is being provided in the setup exists because I see it in my Stripe dashboard as being attached to a customer.
I also tried to manually add the response, so I just copied the response from the Stripe Documentation into the API Connector
This allowed me to actually map the fields from the call
Which made me think I at least got the call initialized and setup properly…however, when I try to use the call I get the same error I was previously but in the debugger
No idea why it keeps saying the resource is missing as I have the card in my Stripe account test data

At a complete loss on what could be the issue.
Just tested my hand at another Stripe API Call for the customer and it works fine…makes me believe there may be some bug for the credit card call.