• API. Log in to your account without using oneTouchAuth authorization
    The command is intended for the possibility of redirecting the customer to the showcase without using the login. In order for the customer to automatically enter the showcase, the client preempts the given team by receiving a specially formatted link in the reply. When you go to the site of the showcase via this link, automatic authorization is performed and the customer can immediately start buying.

    Request:

{
    "typeOfCommand":"oneTouchAuth",
    "customerLogin":"+79121234567"
}
Request parameters:
Response:

{
    "url":"http://vitrina.test.mybill.ru/Merchant/OneTouchAuth?auth_code=69f59f6c-939c-4c34-8bdf-00934dedd405",
    "status":"Success",
    "error":null
}
Response parameters:
Object Error:
Features

1. Command is connected on request. If you want to use it - just write to us.


Back