---
title: "Accepts a stablecoin inbound payment"
method: POST
path: "/stablecoins/payments/{id}/accept"
tags: ["Payments"]
---

# Accepts a stablecoin inbound payment

`POST /stablecoins/payments/{id}/accept`

Accepting a new stablecoin inbound payment locks in the stablecoin to fiat exchange rate for an hour.

## Path parameters

- `id` string, uuid, required

## Query parameters

- `accountId` string, required — The ID of the account to work with.

## Request body

- object

## Response `200`

OK

- object
  - `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.
  - `returnUrl` string, uri, nullable — The URL that the customer will be redirected to if they click the Back button on the link url page. Must start with https://
  - `link` object
    - `url` string, uri, required — The URL of BVNK's pay-in page.
    - `chains` object[], required
      - `protocol` string, required
      - `address` string, required
  - `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)
