---
api: 'Merchant API'
---

# Retrieve a customer's payment method

Retrieve the information of a specific saved payment method for a customer.

## Endpoint

GET `/api/customers/{customer_id}/payment-methods/{payment_method_id}`

## Returns

### 200

OK

#### Response attributes


## Error responses

| HTTP status code | Description |
| --- | --- |
| 401 | Unauthorized |
| 404 | Not Found |
