===HOW TO SET UP===
* Bootpay_Javascript_Key = Get "Javascript Key" from
https://admin.bootpay.co.kr/payment/app_key* Bubble_App_Name = Your Bubble's app name. See in URL of the bubble editor.
https://bubble.io/page?type=api&id=[THIS IS YOUR APP NAME]
*Setting up Backend Workflows :
Backend Workflow Name = "payment_done", type = "POST"
Add the parameter "order_id" and "payment_data". "order_id" is what you input in "Request Bootpay" Action, and "payment_data" is json object that Bootpay will send.
===HOW DOES IT WORK===
1. Place Element 'Bootpay' in your page.
2. Use Action "Request Bootpay"
3. Set workflow trigger "A Bootpay done" and set up actions for front-end actions such as go to payment done page.
4. Backend API "payment_done" will be called automatically when the payment is completed. Your business logic should happen in this Backend API.
5. You may need to set up Triggered Workflows such as 'When Bootpay has an error', 'When Bootpay Payment Canceled'.