Hello, I am using Xano no-code backend and I want to link the user_id with the customer.id. I have seen the payment metadata
"metadata={"order_id": "12345"}" the path is metadata in the example
However where the above string is set, I need to choose the variable user_id, but then I can't let the Mollie api know that this piece of metadata is about customer_id, because I want to generate this dynamically.
The documentation and YouTube channel could have some more examples. Seeing someone actually do the things with in my case no-code popular backends would be a great plus. I used Stripe to get a sense of what I should know or be doing.