---
title: "Get a single payment request"
method: GET
path: "/v3/payment/payment-requests/{id}"
tags: ["Payment requests"]
---

# Get a single payment request

`GET /v3/payment/payment-requests/{id}`

Retrieve the details of a single payment request

## Path parameters

- `id` string, required

## Response `200`

Payment request

- object
  - `id` string — Payment request's unique identifier
  - `status` 'CREA' | 'ACTC' | 'PDNG' | 'ACSC' | 'RJCT' | 'PART' — Payment request's status
  - `status_reason` string — Payment request's status reason
  - `user` object
    - `first_name` string — The user first name
    - `last_name` string — The user last name
    - `company_name` string — The company name
    - `email` string — The user email
    - `external_reference` ExternalReference — unresolved $ref
    - `ip_address` string — The user's IP address
  - `sender` object
    - `name` string — The sender name information communicated by the provider
    - `iban` string — The sender iban information communicated by the provider
  - `client_reference` string — A reference you can specify to optimize your payment request reconciliation. This reference will also be available when you retrieve the payment status using Bridge endpoints. There is a similar field in the transaction resource that can be used to reconcile individual transactions.
  - `payment_link_id` string — The payment link's unique identifier
  - `provider_id` number — The provider's unique identifier
  - `created_at` string — The payment request creation date
  - `updated_at` string — The payment request last update date
  - `transactions` object[]
    - `id` string — The transaction id
    - `amount` number, float — The transaction amount
    - `currency` string — The transaction currency
    - `label` string — The transaction label
    - `execution_date` string, date — Date for which the payment is scheduled
    - `status` 'CREA' | 'ACTC' | 'PDNG' | 'ACSC' | 'RJCT' | 'PART' — Transaction's status
    - `beneficiary` object
    - `client_reference` ClientReference — unresolved $ref
    - `end_to_end_id` EndToEndId — unresolved $ref

---

[API](https://skmtc.dev/bridgeapi/apis/bridge-api.md) · [All operations](https://skmtc.dev/bridgeapi/apis/bridge-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/bridgeapi/bridge-api/revisions/9b9ad8010fd5/schema)
