If successful, your response includes a copy of the new customer entity.
paddle_create_customer(email, name = NULL, custom_data = NULL, locale = NULL)
A data frame with the new customer info.
if (FALSE) { # paddle_has_token()
set_paddle_mode("sandbox")
result <- paddle_create_customer(
email = "test@example.com",
name = "Test User",
custom_data = list(plan = "demo"),
locale = "en-US"
)
}