DYNQR
Operation
POST https://api.payby.com/sgs/api/acquire2/placeOrder
Payload
{
"requestTime": 1786716146039,
"bizContent": {
"merchantOrderNo": "a717150f-0e1f-4ef5-9891-f85afa6ca8a0",
"subject": "Your subject",
"totalAmount": {
"currency": "AED",
"amount": 1.01
},
"paySceneCode": "EWALLET",
"paySceneParams": {
"eWalletCode": "ALIPAYPLUS",
"subEWalletCode": "ALIPAYALL",
"osType": "ANDROID",
"terminalType": "WEB",
"redirectUrl": "https://paybyuat.somee.com/Home/returnUrl?Orderid=a717150f-0e1f-4ef5-9891-f85afa6ca8a0",
"oneTimePayment": "false",
"eid": "ENCRYPTED_EMIRATES_ID_SHA256"
},
"reserved": "order desc",
"notifyUrl": "https://webhook.site/a282b934-dbe1-4419-ba32-62f7ee1ea433",
"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
}
}
}
}
Response
{
"body": {
"acquireOrder": {
"merchantOrderNo": "dd2c47f4-90df-46f2-9fe4-f9be781010ef",
"orderNo": "131786716145793656",
"status": "CREATED",
"product": "Basic Payment Gateway",
"totalAmount": {
"amount": 1.01,
"currency": "AED"
},
"payeeMid": "200001181101",
"expiredTime": 1786723345442,
"notifyUrl": "https://webhook.site/a282b934-dbe1-4419-ba32-62f7ee1ea433",
"subject": "Your subject",
"requestTime": 1786716145442,
"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=54fa25c5284544649843c0aee01d6be8&t=1786716145871"
}
},
"head": {
"applyStatus": "SUCCESS",
"code": "0",
"msg": "SUCCESS",
"traceCode": "945481"
}
}