BOTIM PAY
Operation
POST https://uat.test2pay.com/sgs/api/acquire2/placeOrder
Payload
{
"requestTime": "1779700351740",
"bizContent": {
"merchantOrderNo": "8857e74f-7285-4db4-ac98-2de746e73062",
"subject": "Your subject",
"totalAmount": {
"currency": "AED",
"amount": 1.0
},
"paySceneCode": "DIRECTPAY",
"paySceneParams": {
"redirectUrl": "https://payby.somee.com/Home/returnUrl?Orderid=8857e74f-7285-4db4-ac98-2de746e73062",
"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": "0652764d-5eff-4755-9139-db277e4e664b",
"orderNo": "131779700351352381",
"status": "CREATED",
"product": "Basic Payment Gateway",
"totalAmount": {
"amount": 1.01,
"currency": "AED"
},
"payeeMid": "200000083414",
"expiredTime": 1779707551262,
"notifyUrl": "https://webhook.site/a282b934-dbe1-4419-ba32-62f7ee1ea433",
"subject": "Your subject",
"requestTime": 1779700351262,
"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": "EWALLET",
"revoked": "false",
"reserved": "order desc"
},
"interActionParams": {
"deepLink": "https://botim.me/botim/payby/open-iap-cashdesk?ft=949b5afcd7c14b729fdec25aa5e28381&iapPartnerId=null&iapSign=null&iapDeviceId=null&iapAppId=null"
}
},
"head": {
"applyStatus": "SUCCESS",
"code": "0",
"msg": "SUCCESS",
"traceCode": "734753"
}
}