create_disbursement
Send a payout to a bank account by specifying the recipient's bank code, account number, account holder name, and amount.
Instructions
Create a disbursement (payout) to a bank account.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| amount | Yes | Amount to disburse | |
| bank_code | Yes | Destination bank code (BCA, MANDIRI, BNI, etc.) | |
| description | No | Disbursement description | |
| external_id | Yes | Unique disbursement ID | |
| account_number | Yes | Bank account number | |
| account_holder_name | Yes | Account holder name |