Wire Transfer

List all wire return requests

GET/transfers/wire/return-requests

Retrieve all wire returns 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 return request objects.

starting_after

stringOptional

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