Documents

  • getCoupon

    getCoupon   description: get the coupon details given the coupon code. An example using our simple to use PHP codebookie … Read more →

  • verify

    verify description: verify the discounted price and the checkout token.  This should be used after getCoupon has been used and … Read more →

  • confirmOrder

    confirmOrder description: places the finalized order information into CodeBookie.  Should use after payment has been completed and confirmed by the … Read more →

  • getTokenInfo

    getTokenInfo   description: given the checkout token, returns the order information

    Output:

  • cancelCommission

    description: API call to refund a transaction and reverse commission from a sale if required Example usage

    Output variables:

  • generateCouponProduct

    /coupon/generateCouponProduct Used to generate a one time usage coupon for a client. Example PHP Code using the Codebookie Class:

    Read more →