AbanteCart Community

AbanteCart Development => API Development => Topic started by: ebal on September 09, 2017, 05:58:32 PM

Title: Enable and validate customer account via api
Post by: ebal on September 09, 2017, 05:58:32 PM
Dears,

is there a way to enable customer account and validate as if a confirmation email was arrived?
Or calling url for doing this?

Thank you.

Ennio
Title: Re: Enable and validate customer account via api
Post by: maxter on September 11, 2017, 12:22:39 PM
I believe, there is no such functionality. You can just pass the correct status to auto enable account or have setting on for "Approve New Customers"

https://github.com/abantecart/abantecart-src/blob/master/public_html/storefront/controller/api/account/create.php#L43
Title: Re: Enable and validate customer account via api
Post by: appsara on July 01, 2018, 02:49:49 PM
we have develop api for abantecart where you can do such
Dears,

is there a way to enable customer account and validate as if a confirmation email was arrived?
Or calling url for doing this?

Thank you.

Ennio
Title: Re: Enable and validate customer account via api
Post by: jaja on July 02, 2018, 01:34:13 AM
we have develop api for abantecart where you can do such

You develop an API for Abantecart? Wow can you share ?