Payment methods on the project (API)
https://unitpay.ru/api?method=getMethodsAvailable
params[projectId]=123456
params[secretKey]=project secret key name
type
decription
Example of a successful response
{
"result": {
"card",
"cardInvoice",
"paypal"
}
}Example of an erroneous answer:
{
"error": {
"message": "Invalid authorization parameters",
"code": -32000
}
} name
decription
Last updated
Was this helpful?