DYNQR
Operation
POST https://api.botim.money/sgs/api/acquire2/placeOrder
Payload
{
"requestTime": 1778091525120,
"bizContent": {
"merchantOrderNo": "54a20243-67f0-45e2-9d80-08be9a538d0c",
"subject": "Your subject",
"totalAmount": {
"currency": "AED",
"amount": 1.01
},
"paySceneCode": "PAYPAGE",
"paySceneParams": {
"redirectUrl": "https://paybyuat.somee.com/Home/returnUrl?Orderid=54a20243-67f0-45e2-9d80-08be9a538d0c"
},
"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
{
"body": {
"acquireOrder": {
"merchantOrderNo": "5616c09b-cc75-455e-b42e-a5d62d5bb3b3",
"orderNo": "131778091524451572",
"status": "CREATED",
"product": "Basic Payment Gateway",
"totalAmount": {
"amount": 1.01,
"currency": "AED"
},
"payeeMid": "200001181101",
"expiredTime": 1778098723601,
"notifyUrl": "https://webhook.site/a282b934-dbe1-4419-ba32-62f7ee1ea433",
"subject": "Your subject",
"requestTime": 1778091523601,
"accessoryContent": {
"amountDetail": {
"amount": {
"amount": 1.09,
"currency": "AED"
},
"vatAmount": {
"amount": 20.65,
"currency": "AED"
}
},
"goodsDetail": {
"body": "Gifts",
"categoriesTree": "CT12",
"goodsCategory": "GC10",
"goodsId": "GI1005",
"goodsName": "candy flower",
"price": {
"amount": 10.87,
"currency": "AED"
},
"quantity": 2.0
},
"terminalDetail": {
"merchantName": "test merchant for inapp and smartcode"
}
},
"paySceneCode": "DYNQR",
"revoked": "false",
"reserved": "order desc"
},
"interActionParams": {
"tokenUrl": "https://qr.payby.com?BIZ_TYPE=202&ft=47a72d180ea0421793dbb377ed36260c&t=1778091524715"
}
},
"head": {
"applyStatus": "SUCCESS",
"code": "0",
"msg": "SUCCESS",
"traceCode": "160885"
}
}