Advertisement
Guest User

Untitled

a guest
Jul 23rd, 2019
115
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.77 KB | None | 0 0
  1. {
  2. "customer_details": {},
  3. "credit_card": {
  4. "save_card": false,
  5. "secure": true
  6. },
  7. "item_details": [
  8. {
  9. "id": "416",
  10. "name": "Ultra-Blend plus Dentin",
  11. "price": 325000.0,
  12. "quantity": 1
  13. },
  14. {
  15. "id": "promo-416",
  16. "name": "Ultra-Blend plus Dentin",
  17. "price": 0.0,
  18. "quantity": 1
  19. },
  20. {
  21. "id": "jne",
  22. "name": "JNE(reg)",
  23. "price": 19000.0,
  24. "quantity": 1
  25. }
  26. ],
  27. "transaction_details": {
  28. "currency": "IDR",
  29. "gross_amount": 325000.0,
  30. "order_id": "10103"
  31. },
  32. "user_id": "19016cdd-a0ee-4440-abc5-8d66843c3867"
  33. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement