• Setup Credit Card Payment

    Go to the STRIPE site and make a new account for your company. Then, you will receive a public key and secret key for holding any amount of total payment during the booking.

    ‘Enable Payment’ : Credit card payment is enabled, customers can submit the booking form with payment. Your customer will get a payment option when they review their booking details. They will see the amount of holding and the ‘Pay with card‘ button.

    ‘Hold Amount’ : The amount of deposit for booking, After it will be released by admin in store manually.

    ‘Select start day’ , ‘Select end day’ : only the date range between start day and end day can charge the deposit when customer is trying to book their tee-time.

    You can check the payment status in the reservation list or reservation details.

    The status of the payment on the reservation list:

    • succeeded : Hold successfully but it will be released in 7 days if you don’t caputure it.
    • refunded : The amount of hold be redunded right away to the customer, You have to refund this after game or cancelled booking.
    • captured : The amount of hold will be charged. (Only no-show, same day cancellation )

    On the STRIPE .com

    You can check all payments on the payment menu

    The status of the payment on the STRIPE:

    • Uncaptured: The payment of booking is held successfully.
    • Succeeded: The payment of booking is captured (will be charged).
    • Cancel : The payment of booking is refunded.