---
title: "Retrieve Get Instant Payment Response"
method: GET
path: "/v2/payments/instant/{external_id}/"
tags: ["payments"]
---

# Retrieve Get Instant Payment Response

`GET /v2/payments/instant/{external_id}/`

Get the instant payment information

## Path parameters

- `external_id` string, required

## Headers

- `Authorization` string, required

## Response `200`

- GetInstantPaymentResponse
  - `id` string, uuid, required
  - `consumer_id` string
  - `amount` string, decimal, required
  - `originating_account_id` string, required
  - `receiving_account_id` string, required
  - `instant_payment_direction` string, required

---

[API](https://skmtc.net/upwardli/apis/api-reference.md) · [All operations](https://skmtc.net/upwardli/apis/api-reference/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/upwardli/api-reference/revisions/8a237f1f704f/schema)
