Hey there, I’m not if this is a bug or not - I’m trying to integrate coinbase into my application but I’m stuck on the webhooks.
On the backend workflow, I’m trying to change the ‘status’ of the user to whatever gets sent back from coinbase as seen here:
The ‘event type’ should be: charge:failed or charge:pending etc
But when I try and run this I get this error in bubble:
I’m confused because I thought I would be getting back a printable text object, every tutorial I’ve watched with stripe (I couldn’t find one about coinbase) didn’t have this issue.
Sometimes the variable and the value are not the same type (in your case, status is text but request data… is Request Data type). I think you can try to format the value to be compatible with status.