curl --location --request POST '/gateway/base/biz' \
--header 'method: pay' \
--header 'signType: SHA512' \
--header 'serviceName: api.pay' \
--header 'mchId: 1416010331032883200' \
--header 'timestamp: 1631671670' \
--header 'sign: 32554324534545432543' \
--header 'Content-Type: application/json' \
--data-raw '{
"amount": "100",
"callbackUrl": "https://webhook.site/079451dc-381c-4f38-b2c3-ebae6f236381",
"currency": "RUB",
"firstname": "lee",
"lastname": "jmas",
"email": "29339794@qq.com",
"phone": "088229588432",
"mchOrderId": "paymentRub0001",
"expiration": 3600,
"productinfo": "test info",
"productTitle": "test title",
"paymentType": "NET_BANKING",
"paymentMethod": "RUB0003"
}'{
"resultCode": "15",
"errorCode": "30",
"errorMsg": null,
"data": [
{
"orderId": "100",
"currency": "esse",
"pan": 56,
"checkoutUrl": "https://pure-gripper.com/"
},
{
"orderId": "23",
"currency": "Excepteur enim pariatur ullamco",
"pan": 24,
"checkoutUrl": "https://sizzling-adaptation.org/"
},
{
"orderId": "29",
"currency": "deserunt veniam dolor reprehenderit magna",
"pan": 60,
"checkoutUrl": "https://international-perfection.info/"
}
],
"success": false
}