---
title: "Get payment"
method: GET
path: "/payments/{payment_id}"
---

# Get payment

`GET /payments/{payment_id}`

Retrieve information about an existing payment.

## Path parameters

- `payment_id` string, required

## Response `200`

200

- object
  - `id` string
  - `amount` integer
  - `currency` string
  - `payment_method_id` string
  - `payment_method_type` string
  - `payment_method_flow` string
  - `country` string
  - `card` object
    - `holder_name` string
    - `expiration_month` integer
    - `expiration_year` integer
    - `brand` string
    - `last4` string
    - `account_updater_status` 'NO_CHANGE' | 'UPDATED' | 'PREVIOUSLY_UPDATED' — Indicates whether the card credentials were updated during payment processing by dLocal's Card Updater service.<br><br>Possible values:<br>\* `NO_CHANGE` - The transaction was processed using the original card details. No update occurred.<br>\* `UPDATED` - The card was expired or outdated. dLocal obtained updated credentials and retried the payment in real time. The card fields in the response (`bin`, `last4`, `expiration_month`, `expiration_year`) reflect the new card.<br>\* `PREVIOUSLY_UPDATED` - The card sent in the request was already on file as outdated. dLocal replaced it with previously stored updated credentials before processing. The card fields in the response reflect the new card.
  - `created_date` string
  - `approved_date` string
  - `status` string
  - `status_detail` string
  - `status_code` string
  - `order_id` string
  - `notification_url` string
  - `refunds` object[]
  - `enrollment` object — Present when the payment is linked to an enrollment. Returned in GET /payments and webhook notifications.
    - `id` string — The enrollment ID.
    - `external_id` string — Merchant-defined enrollment identifier.
  - `retry` object — Present only for Pix Automático retry payments when a previous attempt failed.
    - `remaining_attempts` integer — Number of retry attempts remaining.
    - `last_attemptable_date` string — Deadline for the last retry attempt (ISO 8601).

---

[API](https://skmtc.net/dlocal/apis/payins.md) · [All operations](https://skmtc.net/dlocal/apis/payins/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/dlocal/payins/versions/d87e090020f9/schema)
