---
title: "Create Payment Authorisation"
method: POST
path: "/payment-auth-requests"
tags: ["Authorisations"]
---

# Create Payment Authorisation

`POST /payment-auth-requests`

Used to initiate the authorisation process and direct users to the login screen of their financial Institution in order to give their consent for a payment. This endpoint is used to initiate all the different payment listed below. Based on the type of payment you wish to make, you may be required to provide specific properties in [PaymentRequest](/api-reference/createPaymentAuthorisation). First make sure that the payment feature you wish to execute is supported by the bank by checking the features array in [GET Institution](/api-reference/getInstitution).

Features:

- `INITIATE_DOMESTIC_PERIODIC_PAYMENT`
- `INITIATE_DOMESTIC_SCHEDULED_PAYMENT`
- `INITIATE_DOMESTIC_SINGLE_INSTANT_PAYMENT`
- `INITIATE_DOMESTIC_SINGLE_PAYMENT`
- `INITIATE_INTERNATIONAL_PERIODIC_PAYMENT`
- `INITIATE_INTERNATIONAL_SCHEDULED_PAYMENT`
- `INITIATE_INTERNATIONAL_SINGLE_PAYMENT`

## Headers

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