Advertisement
dewthossapol

payment_step_one

Oct 2nd, 2018
96
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 0.63 KB | None | 0 0
  1. {
  2.     "course_type": "course", // choice is "course" or "course_bundle"
  3.     "course_slug": "toeic_buffet",
  4.     "promotion_code": "50PERCENT",
  5.     "student_info": {
  6.         "first_name": "due",
  7.         "last_name": "droid",
  8.         "email_contact": "due@droid.com",
  9.         "tel_contact": "0932476787",
  10.         "address_street": "1/1 Donmueang",
  11.         "address_province": 10,
  12.         "address_zipcode": 10210
  13.     },
  14.     "invoice": {
  15.         "tax_name": "due droid",
  16.         "tax_code": "12345678",
  17.         "tax_address": "1/1 Donmueang Bangkok",
  18.         "tax_address_delivery": 1,
  19.         "tax_address_zipcode": 10210
  20.     }
  21. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement