Overview
Create outbound bank payouts from Chile CLP accounts viaPOST /api/v1/cl/transactions/outbound.
Requires sufficient net balance (same rules as other outbound APIs). The transaction starts in processing and completes when the payout is successfully settled (done).
Required fields (Chile)
- Beneficiary:
beneficiaryFirstName,beneficiaryLastName,email,documentType,documentNumber payoutBeneficiaryTypeCode:personorcompany- Bank:
bankName(3-character bank code),accountNumber,payoutAccountTypeCode amountin CLP
Status updates
- Poll:
GET /api/v1/cl/transactions/{id}/status - Optional
webhookUrlon the request for HG → your server notifications (see Receiving webhooks)
Payout lifecycle
HG.Cash exposes normalized statuses (pending, processing, done, cancelled, failed). Use polling or your webhook handler to react to status changes.
Account status
The source account must beOperativa. Requests against Bloqueada or Cerrada accounts return 403 with code: ACCOUNT_NOT_OPERATIVE.
