优支付 ---- 是俄罗斯最受青睐的俄罗斯著名支付服务器, 在俄罗斯网站的使用率超30%。
优支付 有可读的逻辑REST软件接口,有用于最普及的编程语言的SDK,有带现成支付表格的的针对网站和手机APP 的数据库和详细文件。
-X POST
-u <Shop ID>:<Secret key>
-H 'Idempotence-Key: <Idempotence key>'
-H 'Content-Type: application/json'
-d '{
"amount": {
"value": "9900.00",
"currency": "RUB"
},
"confirmation": {
"type": "redirect",
"return_url": "https://example.com/url"
},
"description": "Big pink elephant"
}'
<?php use YooKassa\Client;
$client = new Client();
$client->setAuth('<Shop ID>', '<Secret key>');
$payment = $client->createPayment(
array(
'amount' => array(
'value' => 9900.0,
'currency' => 'RUB',
),
'confirmation' => array(
'type' => 'redirect',
'return_url' => 'https://example.com/url',
),
'description' => 'Big pink elephant',
),
uniqid('', true)
);
?>
from yookassa import Configuration, Payment
Configuration.account_id = <Shop ID>
Configuration.secret_key = <Secret key>
payment = Payment.create({
"amount": {
"value": "9900.00",
"currency": "RUB"
},
"confirmation": {
"type": "redirect",
"return_url": "https://example.com/url"
},
"description": "Big pink elephant"
})
操作简单: 无需任何设置。只需要安装模式并填写几个字段。优支付 的模式可用于大多数的大家喜欢短信、SaaS,CRM 及框架软件。如果对您的平台找不到模式,请跟我们来信。
优支付 ---- 是俄罗斯最受青睐的俄罗斯著名支付服务器, 在俄罗斯网站的使用率超30%。
在一秒钟可以支持
开通商店