Wire Transfer
List all wire return requests
GET/transfers/wire/return-requests
Retrieve all wire returns 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 return request objects.
starting_after
stringOptionalA cursor for pagination. starting_after is the ID of an object that defines your place in the list.