/wire_drawdown_requestsCreate a wire drawdown request
Creates a wire drawdown request asking a debtor to send funds to an account number. Supply the requested amount, creditor details, debtor details, and remittance information; use either debtor_external_account_id or the debtor account and routing numbers.
- IdempotentThe SDK sends
Idempotency-Key, so a retried request is only applied once.
Wire drawdown request details, including the destination account number, requested amount, and debtor and creditor information.
account_number_id, amount, unstructured_remittance_information, debtor_name, debtor_address, creditor_name, and creditor_address are required. amount must be between 1 and 999999999999 cents; each address must include line1, city, and country, and country must be a two-character code. If you provide debtor_external_account_id, omit debtor_account_number and debtor_routing_number.