Logo
Brex Developer API Documentation

Lists transfers

GET {{baseUrl}}/v1/transfers?cursor=mollit enim&limit=96095134

This endpoint lists existing transfers for an account.

Currently, the API can only return transfers for the following payment rails: - ACH - DOMESTICWIRE - CHEQUE - INTERNATIONALWIRE

 

Body PARAM

Key Datatype Required Description 
cursor
string
limit
number



HEADERS

Key Datatype Required Description 




RESPONSES

status OK

{ "items": [ { "amount": { "amount": 91528226, "currency": "non proident" }, "id": "laboris proid", "originating_account": { "id": "minim", "type": { "value": "<Error: Too many levels of nesting to fake this schema>" } }, "payment_type": "DOMESTIC_WIRE", "status": "PROCESSED", "counterparty": { "id": { "value": "<Error: Too many levels of nesting to fake this schema>" }, "payment_instrument_id": { "value": "<Error: Too many levels of nesting to fake this schema>" }, "type": { "value": "<Error: Too many levels of nesting to fake this schema>" } }, "description": "labore magna minim", "process_date": "1970-08-20", "estimated_delivery_date": "1991-07-17", "creator_user_id": "commodo Lorem mollit nisi", "created_at": "1954-09-20" }, { "amount": { "amount": 71178157, "currency": "amet irure laboris" }, "id": "ullamco ex", "originating_account": { "id": "dolore velit nostrud magna", "type": { "value": "<Error: Too many levels of nesting to fake this schema>" } }, "payment_type": "DOMESTIC_WIRE", "status": "FAILED", "counterparty": { "id": { "value": "<Error: Too many levels of nesting to fake this schema>" }, "payment_instrument_id": { "value": "<Error: Too many levels of nesting to fake this schema>" }, "type": { "value": "<Error: Too many levels of nesting to fake this schema>" } }, "description": "dolor", "process_date": "1966-11-19", "estimated_delivery_date": "2020-05-19", "creator_user_id": "adipisicing velit", "created_at": "1968-03-04" } ], "next_cursor": "veniam officia anim" }

Curl
curl -X GET 'https://platform.brexapis.com/v1/transfers?cursor=mollit enim&limit=96095134?cursor=mollit enim&limit=96095134'

ENDPOINTS