Advertisement
dewthossapol

quickpay token generate api

Aug 23rd, 2019
165
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. // digital
  2. {
  3.     "product_type": "digital",
  4.     "digital_type": "course" // course, course_bundle, package
  5.     "id": 1,
  6.     "price": 1000,
  7.     "pay_type": "credit_card", // credit_card, installment, counter_service, omise_internet_banking, 2c2p_recurring
  8.     "description": ""
  9. }
  10.  
  11. // gadget
  12. {
  13.     "product_type": "gadget",
  14.     "price": 1000,
  15.     "pay_type": "credit_card", // credit_card, installment, counter_service, omise_internet_banking, 2c2p_recurring
  16.     "description": ""
  17. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement