Hello guys and gals,
I’m trying to charge a user(client) automatically an hour after an appointment has finished. I initially was going to have the user(professional) manually complete the charge after the appointment, but I feel for it to automatically happen would be more convenient. I’m using bubble’s stripe plugin at the moment and my workflow consist of making an api call to authorize the charge and then charge the user’s saved cc. For testing purposes, I charging the user immediately.
If I run the call without the user having a saved cc, the logs will tell me that the authorization failed due to the user(client) not having a saved cc.
but when the user(client) does have a saved cc, I’m finding that whenever this call is made i get this in the logs
I also notice that the user’s(client) saved cc is then deleted from the DB.
Can anyone tell me if this WF is even possible? or what I’m doing wrong?