v1

latestOpenAPI 3.1.02026-07-14270217.5 KB

P24

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

post/v1/p24/create

Request body

amountnumber float required

Amount to pay in Złoty (‎PLN‎)‎.

identifierstring
urlreturnstring required

Used to define the url to where the customer will be redirected he/she finishes the payment.

admincallbackstring

Use this optional param to receive a communication when this reference is paid.

Response

201

transactionStatusstring
urlresultstring
referencestring

Example response

{
  "transactionStatus": "Success",
  "urlresult": "https://sandbox.przelewy24.pl/trnRequest/7A2C48BF8C-850839-8CEA01-B589ACBFFC",
  "reference": "000000964"
}