Information about Payout

To get it from the API, use the Unitpay PHP-SDK library.

Value

Description

login

string

Partner's email in the UnitPay system

secretKey

string

Partner's secret key, available in the profile settings

transactionId

number

Unique payout ID on the partner's side

You can run the query in test mode. Learn more

Successful response

Value

Description

message

string

The comment of a successful/error operation: can be used as a hint to the user after completing the request

status

string

success — successful payout not_completed — the payout has been sent to the payment system but no confirmation has been received yet (temporary status) error - the payout can't be completed due to reason in a message

payoutId

number

Unique payout ID in the UnitPay system

partnerBalance

number

Partner's balance in the system available for payments

createDate

string

Payout creation date

completeDate

string

Payout completion date

sum

number

Amount of payout

payoutCommission

number

Payout commission

partnerCommission

number

Partner commission

Error response

Value

Description

message

string

Information with a description of the request error

code

int

Error code, see detailed explanation in the table below

Errors:

Description

100

Mass payment service is disabled

101

Mass payment service is not available for you

102

The minimum amount of a single payment should be more than 1 ruble

103

The payout amount should be less than or equal to the current balance

104

The phone number is not included in the list of countries available for payouts

105

We could not get information about the payee's purse. Check the purse number and try to repeat the transaction again or after a while

106

The maximum amount of a single payment should not exceed 15,000 rubles

201

We could not transfer funds to the account you specified. This may be due to the restrictions on the payee's account or errors on the payment system platform. Please contact our customer support for more information or repeat the request later

Technical error:

Description

-32000

Authorization error

-32602

Invalid request parameters

-32603

Internal technical error

Last updated