Create transfer

POST {{baseUrl}}/v1/transfers

This endpoint creates a new transfer.

Currently, the API can only create transfers for the following payment rails: - ACH - DOMESTICWIRE - CHEQUE - INTERNATIONALWIRES (For vendors already created through dashboard. Rate limited to 100/day - Please reach out to developer-support@brex.com if you need to do more)

  • For outgoing check payments, it will be Check #<check number> to <recipient_name> - <external_memo>.
  • For book transfers, the recipient will have <customer_account.dba_name> - <external_memo>.
  • For book transfers, the sender will have <target customer account's dba name> - <external_memo>.

  • For other payment rails, it'll be <counterparty_name> - <external_memo>. Counterparty name is payment_instrument.beneficiary_name or contact.name For vendors created from the Payments API, the counterparty_name will be the company_name field.

Reminder: You may not use the Brex API for any activity that requires a license or registration from any governmental authority without Brex's prior review and approval. This includes but is not limited to any money services business or money transmission activity.

Please review the Brex Access Agreement and contact us if you have any questions.

HEADERS

KeyDatatypeRequiredDescription
Idempotency-Keystring(Required)
Content-Typestring

RESPONSES

status: OK

{&quot;amount&quot;:{&quot;amount&quot;:36143628,&quot;currency&quot;:&quot;Lorem quis&quot;},&quot;id&quot;:&quot;commodo cillum&quot;,&quot;originating_account&quot;:{&quot;id&quot;:&quot;adipisicing pariatur&quot;,&quot;type&quot;:&quot;BREX_CASH&quot;},&quot;payment_type&quot;:&quot;CHEQUE&quot;,&quot;status&quot;:&quot;PROCESSING&quot;,&quot;counterparty&quot;:{&quot;id&quot;:&quot;non ut&quot;,&quot;payment_instrument_id&quot;:&quot;ullamco Duis non&quot;,&quot;type&quot;:&quot;VENDOR&quot;},&quot;description&quot;:&quot;enim ea&quot;,&quot;process_date&quot;:&quot;2001-11-21&quot;,&quot;estimated_delivery_date&quot;:&quot;1956-08-22&quot;,&quot;creator_user_id&quot;:&quot;occaecat nostrud&quot;,&quot;created_at&quot;:&quot;1970-09-23&quot;}