Wire Transfer
List all wire drawdown requests
GET/transfers/wire/drawdown
Retrieve all wire drawdowns under your developer account.
Query Parameters
ending_before
stringOptionalA cursor for pagination. ending_before is the ID of an object that defines your place in the list.
has_more
booleanRequiredWhether there are more results available after this set.
limit
integerOptionalA limit on the number of objects to be returned, between 1 and 100. The default is 10.
requests
arrayRequiredList of wire drawdown request objects.
starting_after
stringOptionalA cursor for pagination. starting_after is the ID of an object that defines your place in the list.