---
title: "GET /v2/request/{requestId}/payment-details"
method: GET
path: "/v2/request/{requestId}/payment-details"
tags: ["Request"]
---

# GET /v2/request/{requestId}/payment-details

`GET /v2/request/{requestId}/payment-details`

Get payment details for request

## Path parameters

- `requestId` string, uuid, required

## Response `200`

Payment details successfully retrieved.

- object — Payment details
  - `partnerUserId` string — The customers' unique ID in your system, used to link the request to the user account in the Paybis system.
  - `invoice` string — The unique transaction ID generated by the Paybis system.
  - `blockchain` string — The name of the blockchain on which the payment should be made.
  - `network` string — Blockchain network name.
  - `depositAddress` string — Destination wallet address to which the payment should be made.
  - `destinationTag` string — An optional tag/memo required for transactions with the given cryptocurrency.
  - `currencyCode` string — Cryptocurrency code.
  - `assetId` string — Crypto currency asset id.
  - `amount` string — The amount of cryptocurrency to be transferred to the depositAddress.

## Other responses

- `404` — The error returned when the user is not allowed to create a one time authentication token
- `422` — Validation error
- `503` — Maintenance status

---

[API](https://skmtc.dev/payb/apis/widget.md) · [All operations](https://skmtc.dev/payb/apis/widget/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/payb/widget/revisions/2c2cf39656c5/schema)
