/
Payment cancelation (Invoices payments cancel)
UAPAY - національний платіжний сервіс
Payment cancelation (Invoices payments cancel)
Method for canceling an invoice payment with HOLD type
URL
POST api/invoicer/payments/cancel
Request:
Key | Description | Type | Mandatory | Example |
---|---|---|---|---|
params | ||||
sessionId | client session id | string, uuid | yes | "000ab70b-ef76-4385-a0f5-a98693c716f1" |
paymentId | payment id | string, uuid | yes | "08eff720-9432-4951-a698-94e24db59e66" |
invoiceId | invoice id | string, uuid | yes | "48cae638-2f4b-434c-aafa-a4b9ced4b486" |
Example of a query
{
"params": {
"sessionId": "000ab70b-ef76-4385-a0f5-a98693c716f1",
"paymentId": "08eff720-9432-4951-a698-94e24db59e66",
"invoiceId": "48cae638-2f4b-434c-aafa-a4b9ced4b486"
}
}
Reply:
Key | Description | Type | Example |
---|---|---|---|
status | Status. 0 - error, 1 - success | integer | 1 |
data | |||
paymentId | payment id | string, uuid | "08eff720-9432-4951-a698-94e24db59e66" |
Example of an answer
{
"status": 1,
"data": {
"paymentId": "08eff720-9432-4951-a698-94e24db59e66"
}
}
, multiple selections available,
Related content
Completing payments (Invoices payments complete)
Completing payments (Invoices payments complete)
More like this
Скасування платежу (Invoices payments cancel)
Скасування платежу (Invoices payments cancel)
More like this
Invoice payment confirmation (Invoices payments confirm)
Invoice payment confirmation (Invoices payments confirm)
More like this
Reverse an invoice payment (Invoices payments reverse)
Reverse an invoice payment (Invoices payments reverse)
More like this
Creating an invoice payment (Invoices payments create)
Creating an invoice payment (Invoices payments create)
More like this
Checking the status of the payment (Invoices payments checkStatus)
Checking the status of the payment (Invoices payments checkStatus)
More like this
UAPAY - національний платіжний сервіс
pay@uapay.ua