Advertisement
sambacar

Untitled

Mar 5th, 2024
747
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 0.85 KB | None | 0 0
  1. #request
  2. {
  3.   "id": "1000036065010",
  4.   "order_number": "1000036065010",
  5.   "order_date": "2024-03-05T15:23:37",
  6.   "status": "open",
  7.   "customer": {
  8.     "contact_name": "Petar Sambolek",
  9.     "first_name": "Petar",
  10.     "last_name": "Sambolek",
  11.     "street": "Ulica Svete Ane 57",
  12.     "postcode": "31000",
  13.     "city": "Osijek",
  14.     "phone": "0923051110",
  15.     "e_mail": "sambolek.petar@gmail.com"
  16.   },
  17.   "items": [
  18.     {
  19.       "position": 1,
  20.       "product": {
  21.         "ean_code": "4015672110465",
  22.         "name": "Omron Evolv tlakomjer za nadlakticu"
  23.       },
  24.       "quantity": 2,
  25.       "price": 197.76
  26.     }
  27.   ],
  28.   "payment": {
  29.     "status": "paid",
  30.     "method": "credit_card",
  31.     "transaction_id": "174584",
  32.     "credit_card": {
  33.       "brand": "VISA"
  34.     }
  35.   },
  36.   "discount_amount": "0.0000"
  37. }
  38.  
  39. #response
  40. [N905] Cannot add order payment
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement