Direct Payment

List a customer's saved payment methods

List the active saved cards stored on a Breeze customer (cus_*). Each entry includes display metadata plus the opaque saved_* identifier you re-submit as a SAVED_CARD payment method on POST /v1/gateway/payments. Removed (inactive) cards are not returned.

Base URL — call this on the default api.breeze.cash host.

get/v1/gateway/customers/{customerId}/payment-methods

Path parameters

customerIdstring required

Breeze customer identifier (cus_*).

Query parameters

type'card' required

Saved payment method type to list (required).

Saved payment method type to list (required).

Response

Success

status'SUCCEEDED' required

Changes

No recorded changes to this endpoint across all 1 revision of this API.