BOTIM PAY

Operation

POST https://uat.test2pay.com/sgs/api/acquire2/placeOrder

Payload
{
  "requestTime": 1765858281345,
  "bizContent": {
    "merchantOrderNo": "641f7da6-49f3-4c83-b8f8-7250b41b9319",
    "subject": "Your subject",
    "totalAmount": {
      "currency": "AED",
      "amount": 1.01
    },
    "paySceneCode": "EWALLET",
    "paySceneParams": {
      "eWalletCode": "ALIPAYPLUS",
      "subEWalletCode": "ALIPAYCN",
      "osType": "ANDROID",
      "terminalType": "WEB",
      "redirectUrl": "https://paybyUAT.somee.com/Home/returnUrl?Orderid=641f7da6-49f3-4c83-b8f8-7250b41b9319",
      "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": "36bb5c28-2660-4199-af5d-cacf7cdb2cca",
      "orderNo": "131765858281205964",
      "status": "CREATED",
      "product": "Basic Payment Gateway",
      "totalAmount": {
        "amount": 1.01,
        "currency": "AED"
      },
      "payeeMid": "200000083414",
      "expiredTime": 1765865480980,
      "notifyUrl": "https://webhook.site/a282b934-dbe1-4419-ba32-62f7ee1ea433",
      "subject": "Your subject",
      "requestTime": 1765858280980,
      "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=3a68a093446b4f0b8a0dc4a1be87dfbb&iapPartnerId=null&iapSign=null&iapDeviceId=null&iapAppId=null"
    }
  },
  "head": {
    "applyStatus": "SUCCESS",
    "code": "0",
    "msg": "SUCCESS",
    "traceCode": "941801"
  }
}