Advertisement
nubooya

payload-go-payment

Jan 26th, 2022
97
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.76 KB | None | 0 0
  1. {
  2. "app_id": "uuid",
  3. "transaction_id": "EDOO/INV/00082939231",
  4. "description": "DONATION",
  5. "payment": {
  6. "payment_type": "ovo"
  7. },
  8. "customer": {
  9. "name": "Yazid",
  10. "email": "yazid@aksaramaya.com",
  11. "phone_number": "087882834893"
  12. },
  13. "total_amount": 20000,
  14. "total_discount": 0,
  15. "service_amount": 1500,
  16. "admin_fee": 0,
  17. "items": [
  18. {
  19. "name": "Judul Buku 1",
  20. "category": "BOOK",
  21. "description": "opsional kalo untuk transaksi lain",
  22. "qty": 1,
  23. "price": 10000,
  24. "currency": "IDR"
  25. },
  26. {
  27. "name": "Judul Buku 2",
  28. "category": "BOOK",
  29. "description": "opsional kalo untuk transaksi lain",
  30. "qty": 1,
  31. "price": 10000,
  32. "currency": "IDR"
  33. }
  34. ]
  35. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement