Create payout

Create a batch of transactions, associated with a payroll.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
📘

For SANDBOX ENVIRONMENT:

Use even amounts to have a transaction approved and odd amount for rejected transactions result

Fields description:

AttributeMandatoryDescription
order_idYesPayment order identification or credit note
credit_noteYesInternal code for customer use, it must be a unique code, to avoid duplication
account_idYesAccount number
account_typeYesAccount type. In Chile there are 4 types of accounts (savings, vista, current and rut) and in Peru (Savings Account and Current Account)
vat_idYesNational identification document.
vat_id_typeYesNational identification document. In Chile RUT / RUN and in Peru DNI, CE
nameYesBeneficiary Name
amountYesAmount to transfer
subjectFree use. Example: He don't want / can't travel
bank_detailYesFree use. Example: Refund Company
channelYesFree use. Example: (refund e-commercer; Payment to providers; Transfer)
user_emailYesEmail to notify withdrawal
phone_numberYesPhone to notify transfer
bankYesBank's id where where the withdrawal will be made
📘

For cash payments the client has to go with:

  1. Copy of identity card and the Original.
  2. Mention that he/she requires the service of payments to third parties of (servicio de pagos a terceros) the company ALPS Ecuador RUC 1793028837001.
  3. Confirm the Value to be withdrawn given by the cashier.

All mandatory.

Body Params
json
Defaults to [{ "order_id": "1", "credit_note": "1", "account_id": "0000000", "account_type": "ahorro", "vat_id": "5126663-3", "vat_id_type": "RUT", "name": "John Doe", "amount": 10, "subject": "Pago ALPS", "bank_detail": "Pago ALPS", "channel": "transferencia", "user_email": "[email protected]", "phone_number": "+56000000000", "bank": 29}]

JSON array is required. You may send batch transactions to be created at once

Responses

Language
Credentials
Header
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json