Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- POST Request
- Required Fields:
- -username
- - password
- - confirm_password
- - email
- - payment_order_id
- -----------------------
- Recurring:
- student_info {
- “first_name”: this.payment_fname,
- “last_name”: this.payment_lname,
- “email_contact”: this.payment_email,
- “tel_contact”: this.payment_phone,
- “facebook_name”: this.payment_fb_name,
- }
- Others
- “student_info”: {
- “first_name”: this.payment_fname,
- “last_name”: this.payment_lname,
- “email_contact”: this.payment_email,
- “tel_contact”: this.payment_phone,
- “address_street”: this.payment_address, //not required for !need_address
- “address_province”: this.payment_province, //not required for !need_address
- “address_zipcode”: parseInt(this.payment_postcode) //not required for !need_address
- },
- “invoice”: null
- invoice = {
- “tax_name”: this.payment_tax_name,
- “tax_code”: this.payment_tax_id,
- “tax_address”: this.payment_tax_address,
- “tax_address_delivery”: this.tax_address_select,
- “tax_address_zipcode”: parseInt(this.payment_tax_postcode)
- }
- Response:
- redirect_link: 'opendurian.com/toeic_krudew/wall',
Advertisement
Add Comment
Please, Sign In to add comment