activate - Verify customer by activation token.post
Activate customer by activation token.
Url
/customers/activate
Parameter
Field | Type | Description |
---|---|---|
hash | String |
Customer activation token. |
availablePayments - Show available payment methods.post
Show available payment methods of the current customer, depending on which are fully configured and access is granted.
DEPRECATED
Use @see Payments::methods instead.
Url
/service/customers/availablePayments
Parameter
No parameter available for this function
register - Register new customer.post
Register new customer.
Url
/customers/register
Parameter
Field | Type | Description |
---|---|---|
data | Array |
Customer information array. |
reinvite - Create new invitation.post
Create new invitation from existing verification token.
Url
/customers/reinvite
Parameter
Field | Type | Description |
---|---|---|
hash | String |
Customer verification token. |
verify - Verify customer by verification token.post
Verify customer by verification token.
Url
/customers/verify
Parameter
Field | Type | Description |
---|---|---|
hash | String |
Customer verification token. |