-
I’m trying to automate licensing with keygen sh with stripe using Zapier. When I made a payment I am getting 400 badway error keygen sh create licence node. When I am checking the logs on keygen sh side it has written the id is a string not uuid string. Following json is the error body.
|
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
It sounds like you're trying to create a license with a user, and you're using an email address where you should be using a user ID. This isn't allowed. You will need to use the Find User action to lookup the user by their email, and then use the resulting |
Beta Was this translation helpful? Give feedback.
It sounds like you're trying to create a license with a user, and you're using an email address where you should be using a user ID. This isn't allowed. You will need to use the Find User action to lookup the user by their email, and then use the resulting
Data.Id
in the license's user relationship.