Tlač oznámenia o neúspešnej platbe
Táto metóda slúži pre tlač dokladu o nepotvrdení zrealizovanej platby.
HTTP metóda
POST
URL
{server_address}/api/v1/payments/qr/{transactionId}/print_non_delivery_notice
Požiadavka
Hlavičky
| Kľúč |
Hodnota |
Popis |
Content-Type |
application/json |
Telo požiadavky je vo formáte JSON. |
Parametre cesty (Path parametre)
| Názov |
Typ |
Povinné |
Popis |
transactionId |
string |
Áno |
ID platby (napríklad QR-618300cdd6d64580bad8353dc2a394c5) |
Odpoveď
Odpoveď HTTP 204 (No Content)
Indikuje úspešnú tlač. Telo odpovede je prázdne.
Printing a Payment Failure Notice
This method is used to print a receipt of unconfirmed completed payment (doklad o nepotvrdení zrealizovanej platby).
HTTP Method
POST
URL
{server_address}/api/v1/payments/qr/{transactionId}/print_non_delivery_notice
Request
| Key |
Value |
Description |
Content-Type |
application/json |
The request body is formatted as JSON. |
Path Parameters
| Name |
Type |
Required |
Description |
transactionId |
string |
Yes |
The ID of the payment (for example, QR-618300cdd6d64580bad8353dc2a394c5). |
Response
HTTP 204 Response (No Content)
Indicates successful printing. The response body is empty.