---
title: "Get payment info"
method: GET
path: "/api/payments/{id}"
tags: ["payments"]
---

# Get payment info

`GET /api/payments/{id}`

Getting the payment information by fetching the transaction or payment info is a critical use of the API. In the following you can find out which requests are needed to get the necessary information to deliver your content, product or service.

## Path parameters

- `id` string, required

## Query parameters

- `key` string, required
- `secret` string, required
- `amount` number, float

## Response `200`

Get payment info

---

[API](https://skmtc.dev/myablefy/apis/api-title.md) · [All operations](https://skmtc.dev/myablefy/apis/api-title/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/myablefy/api-title/revisions/4b34da2462ed/schema)
