Withdraws

Withdraws

The withdrawal API allows us to transfer the balance of our clients to their bank account

Endpoint to add client banking information

Body

{
    "name": "John",
    "lastName": "Smith",
    "dob": "1990-01-30",
    "accountNumber": "000000XX0000XXXXXXXXXX", // CBU
    "identificationNumber": "20123456789", // CUIL | CUIT
    "bankAccountNumber": "4020000-3 012-3",
    "bankName": "Galicia",
}

Response

{
    "status": "ok",
}

Creates a new withdrawal for a specific client

Body

Response

[POST] https://api.getamplify.app/withdrawal/crypto

Creates a new cryptocurrency withdrawal for a specific client.

Body

Response

Última actualización