/transfer/createCreate a transfer
Creates a transfer using an existing transfer authorization. Supply access_token, account_id, authorization_id, and the transfer description, along with the exact authorized amount and any applicable metadata. The operation is idempotent for the authorization and can return an existing transfer when the same authorization is submitted again; use transfer events to reconcile an uncertain result.
- RetriesRetries up to 2×, 500ms backoff, 30s timeout.
Transfer creation details using an existing authorization and the account to debit or credit.
access_token, account_id, authorization_id, and description are required. description must not exceed 15 characters, metadata can contain at most 50 string key-value pairs, and deprecated fields such as idempotency_key, type, and network should not be used for new requests.