---
title: "Get payment method list"
method: GET
path: "/api/billing/v1/payment-methods"
tags: ["Billing: Payment methods"]
---

# Get payment method list

`GET /api/billing/v1/payment-methods`

Retrieve available payment methods that can be used for placing new orders.

If you want to add new payment method,
please use [hPanel](https://hpanel.hostinger.com/billing/payment-methods).

Use this endpoint to view available payment options before creating orders.

## Response `200`

Success response

- BillingV1PaymentMethodPaymentMethodResource[] — Array of [`Billing.V1.PaymentMethod.PaymentMethodResource`](#model/billingv1paymentmethodpaymentmethodresource)
  - `id` integer — Payment method ID
  - `name` string
  - `identifier` string
  - `payment_method` string
  - `is_default` boolean
  - `is_expired` boolean
  - `is_suspended` boolean
  - `created_at` string, date-time
  - `expires_at` string, date-time

## Other responses

- `401` — Unauthenticated response
- `500` — Error response

---

[API](https://skmtc.net/hostinger/apis/hostinger-api.md) · [All operations](https://skmtc.net/hostinger/apis/hostinger-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/hostinger/hostinger-api/revisions/74abfea76e36/schema)
