---
title: "Get the available cart payment methods"
method: GET
path: "/v1/shoppers/me/carts/active/payment-methods"
tags: ["Payment Methods"]
---

# Get the available cart payment methods

`GET /v1/shoppers/me/carts/active/payment-methods`

Get the available payment methods for the cart.

## Query parameters

- `token` string
- `expand` string
- `fields` string

## Response `200`

Successful response.

- DefaultPaymentMethods
  - `uri` string
  - `applyPaymentMethod` object
    - `uri` string
  - `paymentMethod` object[]
    - `type` string
    - `displayName` string
    - `description` string

## Other responses

- `401` — * Invalid Token

---

[API](https://skmtc.net/digitalriver/apis/commerce-api-suite-shopper-apis.md) · [All operations](https://skmtc.net/digitalriver/apis/commerce-api-suite-shopper-apis/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/digitalriver/commerce-api-suite-shopper-apis/revisions/4b69392f93b9/schema)
