Hello @Ecaterina
Thanks for your reply!
Now the card creation process works well, but, I did face one more issue when testing out the “delete card” feature in version-test.
It reports the reource_missing error, but I’m not sure what is missing, since all the data’s being stored correctly in the DB.
Here’s the Stripe account log:
The way the workflow set in the editor:
Error:
The service Stripe marketplace - Delete a card just returned an error (HTTP 404). Please contact the plugin author directly for feedback. Raw error:
{
“error”: {
“code”: “resource_missing”,
“doc_url”: “Error codes | Stripe Documentation”,
“message”: “No such source: ‘card_1JLUlDE0fDiWhgZWWbuCywEY’”,
“param”: “id”,
“type”: “invalid_request_error”
}
}
Let me know if you have any ideas on this case, thanks again!