---
title: "P24"
method: POST
path: "/v1/p24/create"
---

# P24

`POST /v1/p24/create`

Polish Payment Method. Creates a request that redirects the payer to an external form to pay with P24.

## Request body

- object
  - `amount` number, float, required — Amount to pay in Złoty (‎PLN‎)‎.
  - `identifier` string
  - `urlreturn` string, required — Used to define the url to where the customer will be redirected he/she finishes the payment.
  - `admincallback` string — Use this optional param to receive a communication when this reference is paid.

## Response `201`

201

- object
  - `transactionStatus` string
  - `urlresult` string
  - `reference` string

## Other responses

- `400` — 400
- `401` — 401

---

[API](https://skmtc.net/eupago/apis/rest-api-apikey-auth.md) · [All operations](https://skmtc.net/eupago/apis/rest-api-apikey-auth/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/eupago/rest-api-apikey-auth/revisions/a8c2e94702a4/schema)
