/check_transfersCreate a check transfer
Creates a check transfer to send funds from an account by mailing a physical check or using third-party fulfillment. Provide the source account, amount, and fulfillment method, along with the required check details. The physical_check or third_party object must match the selected fulfillment_method.
- IdempotentThe SDK sends
Idempotency-Key, so a retried request is only applied once.
Check transfer details, including the source account, amount, fulfillment method, and the check information required for the selected fulfillment method.
account_id, source_account_number_id, fulfillment_method, and amount are required, and amount must be at least 1 USD cent. fulfillment_method must be physical_check or third_party; provide only the corresponding object, and include the required fields for that fulfillment method. The required physical check fields include memo, recipient_name, payer, and mailing_address.