DYNQR
Operation
POST https://uat.test2pay.com/sgs/api/acquire2/placeOrder
Payload
{
"requestTime": "1765858281841",
"bizContent": {
"merchantOrderNo": "3f309bf2-8c67-4c2c-a9a9-f25da06232b5",
"subject": "Your subject",
"totalAmount": {
"currency": "AED",
"amount": 1.0
},
"paySceneCode": "DIRECTPAY",
"paySceneParams": {
"redirectUrl": "https://paybyUAT.somee.com/Home/returnUrl?Orderid=3f309bf2-8c67-4c2c-a9a9-f25da06232b5",
"cardToken": "11151817705922579642",
"email": "customer@payment.com",
"platformType": "WEB",
"threeDSecure": "false",
"customerId": "customer_id001",
"realIP": "155.254.246.24"
},
"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": "d266316c-cd2a-42b6-8c08-8cfad2bbd319",
"orderNo": "131765858281206797",
"status": "CREATED",
"product": "Basic Payment Gateway",
"totalAmount": {
"amount": 1.01,
"currency": "AED"
},
"payeeMid": "200000083414",
"expiredTime": 1765865481435,
"notifyUrl": "https://webhook.site/a282b934-dbe1-4419-ba32-62f7ee1ea433",
"subject": "Your subject",
"requestTime": 1765858281435,
"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": "Botim Money"
}
},
"paySceneCode": "DYNQR",
"revoked": "false",
"reserved": "order desc"
},
"interActionParams": {
"tokenUrl": "https://uat-qr.test2pay.com?BIZ_TYPE=202&ft=b93a3b9348f04d048e315c0be39b78d0&t=1765858281736"
}
},
"head": {
"applyStatus": "SUCCESS",
"code": "0",
"msg": "SUCCESS",
"traceCode": "518261"
}
}