---
title: "List stablecoin inbound payments"
method: GET
path: "/stablecoins/payments"
tags: ["Payments"]
---

# List stablecoin inbound payments

`GET /stablecoins/payments`

Returns a list of stablecoin inbound payments for a given Budget.

## Query parameters

- `accountId` string, required — The ID of the account to work with.
- `budgetId` string, uuid — The ID of the budget to work with.
- `limit` integer — The maximum number of results to return.
- `offset` integer — The number of items to skip before returning results.

## Response `200`

OK

- object
  - `limit` integer — The maximum number of results to return.
  - `offset` integer — The number of items to skip before returning results.
  - `count` integer, required — The total amount of records matching the querying when "limit" is ignored.
  - `rows` object[], required
    - `id` string, uuid, required — The ID of the BVNK payment to work with.
    - `accountId` string, required — The ID of the account to work with.
    - `budgetId` string, uuid, required — The ID of the budget to work with.
    - `status` 'PENDING' | 'PROCESSING' | 'CANCELLED' | 'COMPLETE' | 'UNDERPAID' | 'OVERPAID' | 'EXPIRED', required
    - `remitterId` string, uuid, required — The ID of the BVNK remitter associated with the payment.
    - `amount` number, required — The amount to be paid.
    - `displayName` string, nullable
    - `sourceCurrencyCode` string, required — The currency the remitter will send.
    - `destinationCurrencyCode` string, required — The currency that should be received into the budget.
    - `expiresAt` string, date-time — The date/time at which the payment expires. ISO 8601 format without milliseconds.
    - `createdBy` string, required
    - `createdAt` string, date-time, required — The date the Resource was initially created. ISO 8601 format without milliseconds.
    - `updatedAt` string, date-time, required — The date the Resource was last modified. ISO 8601 format without milliseconds.

---

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