/
Invoice payment confirmation (Invoices payments confirm)
UAPAY - національний платіжний сервіс
Invoice payment confirmation (Invoices payments confirm)
Invoice payment confirmation method for type cards LOOKUP
URI
POST api/invoicer/payments/confirm
Request:
Key | Description | Type | Mandatory | Example |
---|---|---|---|---|
params | ||||
sessionId | client session id | string, uuid | yes | "00684a7f-3d5c-43f4-b4d1-ea994226be9c" |
paymentId | payment id | string, uuid | yes | "08eff720-9432-4951-a698-94e24db59e66" |
invoiceId | invoice id | string, uuid | yes | "48cae638-2f4b-434c-aafa-a4b9ced4b486" |
code | confirmation code | string | yes | "012345" |
key | CVV key | string | yes | "A1K4sf15zMKvjcVEe7g3dq7HPDXwm92x3F1MECezPMa8.jldu9xq6912027188977" |
Example of a query
{
"params": {
"sessionId": "00684a7f-3d5c-43f4-b4d1-ea994226be9c",
"paymentId": "08eff720-9432-4951-a698-94e24db59e66",
"invoiceId": "48cae638-2f4b-434c-aafa-a4b9ced4b486",
"key": "A1K4sf15zMKvjcVEe7g3dq7HPDXwm92x3F1MECezPMa8.jldu9xq6912027188977",
"code": "534296"
}
}
Reply:
Key | Description | Type | Example |
---|---|---|---|
status | Status. 0 - error, 1 - success | integer | 1 |
Example of an answer
{
"status": 1
}
, multiple selections available,
Related content
Completing payments (Invoices payments complete)
Completing payments (Invoices payments complete)
More like this
Payment cancelation (Invoices payments cancel)
Payment cancelation (Invoices payments cancel)
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
Підтвердження платежу по інвойсу (Invoices payments confirm)
Підтвердження платежу по інвойсу (Invoices payments confirm)
More like this
Receiving payment data (Invoices payments show)
Receiving payment data (Invoices payments show)
More like this
UAPAY - національний платіжний сервіс
pay@uapay.ua