Query Parameters
Limit results to payment methods attached to this driver. Cannot be combined with fleet
.
A cursor for pagination. Returns objects listed before the given ID.
Limit results to payment methods attached to this fleet. Cannot be combined with driver
.
Number of objects to return (default 10, max 100).
Required range:
1 <= x <= 100
A cursor for pagination. Returns objects listed after the given ID.
Filter results by payment method type.
Available options:
card
, bank_account
, wallet
Body
application/json · object
Response
A dictionary with a data property that contains an array of up to limit Payment Method objects, starting after Payment Method starting_after. Each entry in data is a separate Payment Method object. If no additional payment methods are available, the array is empty.
The response is of type object
.