Payment system
Payment system settings object and API calls for working with payment systems and make payments.
Payment system settings object
{
"type": "rbkmoney",
"url": "https:rbkmoney.com/acceptpurchase.aspx",
"account": "John Doe",
"currency": "EUR",
"payment_code": "Navixy Demo",
"subscription_code": "4671292",
"methods": ["method1", "method2"],
"prices": {
"Loccate_default_pay_1": 0.99,
"Loccate_default_pay_5": 4.99,
"Loccate_default_pay_10": 9.99,
"Loccate_default_pay_20": 19.99
}
}API actions
list
Examples
Response
Errors
estimate/get
Examples
Response
Last updated
Was this helpful?