Skip to main content

Get list of payment methods

GET 

/company/payment/payment_method

Retrieve all registered payment methods (cards) for the authenticated user's company.

Objective

Display available cards, indicating which one is the default and which can be safely deleted.

Use Cases

  • List cards in the payment settings section
  • Identify the default card for future payments
  • Determine which cards can be deleted (are not in active deliveries)

Notes

  • Requires JWT authentication (bearerAuth)
  • is_default: matches payment_settings.default_payment_method
  • can_delete: false if the method is in use in active deliveries or is the default
  • Returns only partial card data (PCI compliant: no full card number)

Request

Responses

Company's list of payment methods

Response Headers