With our Payouts service you will be able to manage the refunds (Total or Partial) of a specific payment that has been deposited through Etpay, in addition to making cash outflows to the account you indicate if necessary.
Production | https://api-dashboard.etpay.com |
---|
To begin with, we request that you can make a login, with that you can make use of the payouts 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.
{URL_PAYOUTS}/v1/auth/login
As parameters we will enter what was delivered by the integration team:
{
"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 payouts service.
Status Code 200 Response