Advertisement
Guest User

Create Order DANA

a guest
Feb 18th, 2019
87
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 2.14 KB | None | 0 0
  1. REQUEST
  2. {
  3.     "request": {
  4.         "body": {
  5.             "order": {
  6.                 "orderTitle": "Order Title 1",
  7.                 "orderAmount": {
  8.                     "value": "20000",
  9.                     "currency": "IDR"
  10.                 },
  11.                 "merchantTransId": "iSeller-TRX-1",
  12.                 "expiryTime": "2019-03-24T20:35:56+08:00"
  13.             },
  14.             "merchantId": "216620000001691858522",
  15.             "subMerchantId": "",
  16.             "mcc": "1234",
  17.             "shopInfo": {
  18.                 "externalShopId": "shop_001"
  19.             },
  20.             "productCode": "51051000100000000001",
  21.             "envInfo": {
  22.                 "terminalType": "SYSTEM",
  23.                 "sourcePlatform": "IPG"
  24.             },
  25.             "extendInfo": ""
  26.         },
  27.         "head": {
  28.             "accessToken": "234567a",
  29.             "reqTime": "2018-02-18T11:00:00+08:00",
  30.             "reqMsgId": "1234567asdfasdf1123fda",
  31.             "reserve": "",
  32.             "clientSecret": "511aca77940d4682cd37d93a14cd3bb4",
  33.             "clientId": "2019021219636467600455",
  34.             "function": "alipayplus.acquiring.order.createOrder",
  35.             "version": "2.0"
  36.         }
  37.     },
  38.     "signature": "signature string"
  39. }
  40.  
  41. RESPONSE
  42. {
  43.     "response": {
  44.         "head": {
  45.             "function": "alipayplus.acquiring.order.createOrder",
  46.             "clientId": "2019021219636467600455",
  47.             "version": "2.0",
  48.             "respTime": "2019-02-18T11:28:22+07:00",
  49.             "reqMsgId": "1234567asdfasdf1123fda",
  50.             "accessToken": "234567a"
  51.         },
  52.         "body": {
  53.             "merchantTransId": "iSeller-TRX-1",
  54.             "acquirementId": "20190218111212800110166356500451194",
  55.             "checkoutUrl": "https://aphome-test1-dana.alipaydev.com/s/c5t5xp6r",
  56.             "resultInfo": {
  57.                 "resultStatus": "S",
  58.                 "resultCodeId": "00000000",
  59.                 "resultMsg": "SUCCESS",
  60.                 "resultCode": "SUCCESS"
  61.             }
  62.         }
  63.     },
  64.     "signature": "EpE1fqA639JvDHlHusSe+m1td1H9GEWp/69EuQxC/aE/lsfib8FBJjY4JuIEkVnr2rE0WxJpIahvIqCmWia8lXaG9UPWrNdoNpVRKcBnD0UzJiWIiRUdZ9VS+MjfFLNATEaGCND1ySlPISJ3d7qCNOVa3EAgUPetbHbjMbTHLXsoYmUKGib0DG1gSkU+9JyGMAq4QfMKVfqEsGB40foBtxaJD4sYWAfkOLtG8fv9hsMx15F3GRDKlnWb3g6avkn4dCwAf4TD2tw0I2hvPmtPvezKM9yfihUl7JwscAP1e8CItUvPqQe5i+eTP/3pFfNt8msnTB2p6vpcCNBe5lcV7g=="
  65. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement