UAPAY - національний платіжний сервіс
Confirmation of payment LOOKUP (Confirm payment)
This is a method for confirming transfers.
URI
POST /api/payments/p2p/confirm
Request:
Key | Description | Type | Required | Example |
|---|---|---|---|---|
params | ||||
sessionId | client session id | string, uuid | yes | "6d1b241b-6406-42a2-ae85-13d67b951841" |
id | ID of the transfer (operation) in the provider's system | string, uuid | yes | "6bb07565-6602-4482-b695-bbf410506a7d" |
code | LOOKUP-code | string | yes | "112233" |
key | CVV decryption key | string | no | "7952LjXTpgh9JQhVLAwLaPhbgbEpjNzGuRcTkSqgpD45.jhc065tt09509909243" |
Пример запроса
{
"params":{
"sessionId":"6d1b241b-6406-42a2-ae85-13d67b951841",
"id":"6bb07565-6602-4482-b695-bbf410506a7d",
"key":"7952LjXTpgh9JQhVLAwLaPhbgbEpjNzGuRcTkSqgpD45.jhc065tt09509909243",
"code":"112233"
}
}Response:
Key | Description | Type | Example |
|---|---|---|---|
status | Status. 0 - Error, 1 - success | integer | 1 |
Пример ответа
{
"status":1,
"data":{
}
}UAPAY - національний платіжний сервіс
pay@uapay.ua