Wire Transfer

List all wire drawdown requests

GET/transfers/wire/drawdown

Retrieve all wire drawdowns under your developer account.

Query Parameters

ending_before

stringOptional

A cursor for pagination. ending_before is the ID of an object that defines your place in the list.

has_more

booleanRequired

Whether there are more results available after this set.

limit

integerOptional

A limit on the number of objects to be returned, between 1 and 100. The default is 10.

requests

arrayRequired

List of wire drawdown request objects.

starting_after

stringOptional

A cursor for pagination. starting_after is the ID of an object that defines your place in the list.