---
title: "Create Create Instant Payment Request"
method: POST
path: "/v2/payments/instant/"
tags: ["payments"]
---

# Create Create Instant Payment Request

`POST /v2/payments/instant/`

Create an Instant Payment request to move funds from an DDA to an external bank account

## Headers

- `Authorization` string, required

## Request body

- CreateInstantPaymentRequest
  - `consumer_id` string, required
  - `originating_account_id` string, required
  - `receiving_account_id` string, required
  - `description` string
  - `amount` string, decimal, required

## Response `201`

- 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)
