Hi.
How do I pass on values / variables after successful payment to a specific URL?
See my example below and as in the attached picture, I tried to pass on "email" and "firstname" to https://www.mywebsite.com but it seems to be a wrong format.
The variables "data_customer_email_id" and "data_customer_first_name" are from your webhook labels.
I couldn't find any documentation about this.
How do I pass on values / variables after successful payment to a specific URL?
See my example below and as in the attached picture, I tried to pass on "email" and "firstname" to https://www.mywebsite.com but it seems to be a wrong format.
https://www.mywebsite.com?email={{data_customer_email_id}}&firstname={{data_customer_first_name}}
The variables "data_customer_email_id" and "data_customer_first_name" are from your webhook labels.
I couldn't find any documentation about this.