URL_API

Production https://api-dashboard.etpay.com
Sandbox N/A
Dev N/A

Login


To begin with, we request that you can make a login, with that you can make use of the payins service, this in order to provide greater security when making money movements.

You will have to make a POST to the endpoint detailed below, with the information provided by the integration team.

POST Login

{URL_API}/v1/auth/login

As parameters we will enter what was delivered by the integration team:

Body


{
    "username": "[email protected]",
    "password": "holaEtpay!"
		"merchant": {
        "code": "mx_merchant",
        "api_token": "2aIFKbKIyy2r03ujm[...]CLoTeex2TAjFULZUY5iD"
    }
}

If the request was made correctly you will receive the necessary information to make use of the payins service.

Status Code 200 Response