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

# Retrieve payment list of an order

Retrieve a list of payments for a specific order, based on the order's ID.

:::note
This endpoint is part of a new API, pay attention to the different endpoint URL.
:::

Use this endpoint to retrieve payment details for saved payment methods to make merchant and customer initiated transactions. For more information, see: 
  - [Speed up customer checkout by using saved card details](/docs/guides/merchant/optimise-checkout/save-payment-methods/checkout-with-saved-card)
  - [Manage subscriptions](/docs/guides/merchant/optimise-checkout/save-payment-methods/subscription-management)

## Endpoint

GET `/api/orders/{order_id}/payments`

## Returns

### 200

List of payments

#### Response attributes


## Error responses

| HTTP status code | Description |
| --- | --- |
| 400 | Bad Request |
| 401 | Unauthenticated |
| 404 | Not Found |
