paywall__customer_create
Creates a customer using the unique identifier (session_key). @param identifier: The customer's unique identifier, typically the session_id @param wallet_fk: The Netfluid wallet_fk to assign to the new customer, defaults to 0, can be set later @param account_fk: The Netfluid account_fk to assign to the new customer, defaults to 0, can be set later @param subscription_type_fk: The database subscription type, defaults to 1 the freemium subscription @return: a json object, containing the customer id in the "values" object
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| wallet_fk | No | ||
| account_fk | No | ||
| identifier | Yes | ||
| subscription_type_fk | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||