QRPAY
Operation
POST https://uat.test2pay.com/sgs/api/acquire2/placeOrder
Payload
{
"requestTime": 1765858275993,
"bizContent": {
"merchantOrderNo": "48b2aa1c-cfa6-4013-9ae7-dffd0d5469ec",
"subject": "Your subject",
"totalAmount": {
"currency": "AED",
"amount": 1.01
},
"paySceneCode": "PAYPAGE",
"paySceneParams": {
"redirectUrl": "https://paybyUAT.somee.com/Home/returnUrl?Orderid=48b2aa1c-cfa6-4013-9ae7-dffd0d5469ec"
},
"reserved": "order desc",
"notifyUrl": "https://webhook.site/0747deab-6a94-4411-9c8c-d275ef7f9fbf",
"accessoryContent": {
"amountDetail": {
"vatAmount": {
"currency": "AED",
"amount": 20.65
},
"amount": {
"currency": "AED",
"amount": 1.09
}
},
"goodsDetail": {
"body": "Gifts",
"categoriesTree": "CT12",
"goodsCategory": "GC10",
"goodsId": "GI1005",
"goodsName": "candy flower",
"price": {
"currency": "AED",
"amount": 10.87
},
"quantity": 2
},
"terminalDetail": {
"operatorId": "OP1000000000000001",
"storeId": "SI100000000000002",
"terminalId": "TI100999999999900",
"merchantName": "candy home",
"storeName": "lovely house"
}
}
}
}
Response
{
"head": {
"applyStatus": "SUCCESS",
"code": "62021",
"msg": "INVALID_AUTHCODE",
"traceCode": "271755"
}
}