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
Scope to payment methods attached to this driver.
Scope to payment methods attached to this fleet.
Maximum number of objects to return (default 10).
Page token from a previous list response.
Filter results by payment method type.Available options:
card, bank_account, walletReturns
Returns a page of payment methods.Array of payment method objects.
URL for the next page of results, or
null when there is no next page.URL for the previous page of results, or
null when there is no previous page.
