---
title: "Retrieve source"
method: GET
path: "/sources/{id}/"
tags: ["Payments"]
---

# Retrieve source

`GET /sources/{id}/`

## Response `200`

The source.

- Source — A payment source: either a single-use intent (e.g. one-off bank transfer) or a reusable tokenization (e.g. saved card).
  - `id` integer
  - `customer` string, nullable — Customer ID. Required for reusable sources.
  - `gateway` string, required — Gateway ID (e.g. `transbank`, `stripe`, `ach_transfer`).
  - `usage` 'single' | 'reusable'
  - `status` 'failed' | 'pending' | 'requires_authorization' | 'waiting_authorization' | 'consumed' | 'chargeable' | 'finalized'
  - `amount` number, nullable
  - `description` string, nullable
  - `return_url` string, uri, nullable — URL the payer is sent to after a redirect-flow tokenization.
  - `gateway_data` object — Gateway-specific payload (e.g. redirect form fields, token).
  - `client` object — Client metadata captured at creation time (IP, user agent, etc.).
  - `metadata` object
  - `card` SourceCard — Card details when the source represents a tokenized card.
    - `brand` string
    - `last4` string
    - `exp_month` integer, nullable
    - `exp_year` integer, nullable
  - `test_mode` boolean
  - `created` string, date-time
  - `updated` string, date-time

## Other responses

- `404` — Resource not found.

---

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