Payment information
Last updated
Last updated
To interact with the API, use the Unitpay PHP-SDK library.
To get information about the payment, run GET query:
You can run the query in test mode. Learn more
Successful response
Error response
Value
Description
status
line
success — successful payment; wait — payment is pending; error — payment error; error_pay — error/failure of the store at the PAY stage; in statistics, it is displayed as "incomplete"; error_check — error/failure of the store at the CHECK stage, in statistics it is displayed as "rejected"; refund — refund to the buyer; secure — being verified by the Bank's security service.
paymentId
number
Payment ID in the UnitPay system
projectId
number
Project ID in the UnitPay system
account
line
Client (order) ID in the partner's system
purse
line
Purse (account number) from which the payment was made
profit
number
Your income from this payment, rubles
paymentType
line
orderSum
number
Order amount. Make sure to check this value against the original order amount
orderCurrency
line
Order currency (RUB, UAH, BYN, EUR, USD). Make sure to check this value with the original order currency
date
line
Payment date in the YYYY-mm-dd HH:ii:ss format (for example, 2012-10-01 12:32:00)
payerSum
number
Amount debited from the subscriber's account
payerCurrency
line
Currency of debiting from the subscriber's account according to ISO 4217 standard (RUB, UAH, BYN, EUR, USD)
errorMessage
line
Error details (only for the error status)
Value
Description
message
line
Information with a description of the request error.
Value
Description
paymentId
number
Payment ID in the UnitPay system.
secretKey
line
Project secret key.