Payment Methods
List Payment Methods
Returns a paginated list of payment method objects. Scope results to a specific
driver or fleet, and optionally filter by type.
Parameters
string
Scope to payment methods attached to this driver.
string
Scope to payment methods attached to this fleet.
integer
Maximum number of objects to return (default 10).
string
Page token from a previous list response.
string
Filter results by payment method type.Available options:
card, bank_account, walletReturns
Returns a page of payment methods.array of object
required
Array of payment method objects.
string | null
required
URL for the next page of results, or
null when there is no next page.string | null
required
URL for the previous page of results, or
null when there is no previous page.
