---
title: "Create Payment"
method: POST
path: "/payments"
tags: ["Payments"]
---

# Create Payment

`POST /payments`

Creates a payment after obtaining the user's authorisation. 

Features:

- `CREATE_DOMESTIC_PERIODIC_PAYMENT`
- `CREATE_DOMESTIC_SCHEDULED_PAYMENT`
- `CREATE_DOMESTIC_SINGLE_INSTANT_PAYMENT`
- `CREATE_DOMESTIC_SINGLE_PAYMENT`
- `CREATE_INTERNATIONAL_PERIODIC_PAYMENT`
- `CREATE_INTERNATIONAL_SCHEDULED_PAYMENT`
- `CREATE_INTERNATIONAL_SINGLE_PAYMENT`

## Headers

- `consent` string, required
- `psu-id` string
- `psu-corporate-id` string
- `psu-ip-address` string
- `sub-application` string, uuid

## Response `201`

Created

## Other responses

- `default` — Error Response

---

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