Payment Methods
Retrieve a Payment Method
Retrieves a single Payment Method object by its unique ID. The response includes masked card details, billing information, and any current driver or fleet attachment.
GET
Path Parameters
ID of the payment method to retrieve.
Query Parameters
Specifies related objects to expand (for example, expand[]=driver
).
Body
application/json · object
Response
200
application/json
Returns the Payment Method object for a valid identifier. Raises an error otherwise.