• Home |
  • Merchants |
  • Support |
  • Search |
  • About |
  • Login |
  • Overview |
  • Getting Started |
  • My Account |
  • Products
    1. Product Definition |
    2. Product Pricing |
    3. Product Delivery |
    4. Cross-Sells |
    5. Bundle Products |
    6. Coupon Codes |
    7. Product Groups |
    |
  • Checkouts
    1. Checkout Designer |
    2. Checkout Content |
    3. Checkout Links |
    4. A/B Testing |
    5. Dynamic Pricing API |
    6. Checkout Parameters |
    |
  • Tracking
    1. Conversions Tracking |
    2. Visitors Tracking |
    3. Pixel URL Tracking |
    4. Tracking Campaigns |
    5. Transactions Tracking |
    6. Custom Parameters |
    |
  • Reporting
    1. Notifications and Alerts |
    2. Dashboard |
    3. Performance Reports |
    4. Custom Reports |
    |
  • Affiliate Marketing |
  • Payments and Reserves |
  • FAQ |
  • Glossary
    1. Terms |
    2. Country List |
    3. Currency List |
    |
  • Contact us |
  • Other Tools
    1. Join Extensions Designer |
    2. API |
    |

Rebilling

CancelRebill

 

The current method allows merchants to CANCEL an existing rebilling profile in the UpClick database.

URL: https://gate.upclick.com/API/rebills.aspx

Parameters *:

Parameter Name Definition
TransactionType CancelRebill
GlobalOrderID The UpClick order number related to the transaction
Email The customer email address
ProductID The UpClick product ID for which the rebilling cancellation is required

* The parameters must be sent as HTTP GET.

** All fields are mandatory

Response: The Upclick page will respond with SUCCESS if the update has been done, or Failed in case not , with details about the erros  (no matching record, already canceled, etc...)

Example:

https://gate.upclick.com/API/rebills.aspx?TransactionType=CancelRebill&GlobalOrderID=U45ZSD54&Email=dbc@dbc.com&ProductID=P0010911

 

 

 

UpdateRebill

 

The current method allows merchants to UPDATE the "next rebill date" for an existing valid rebilling profile in the UpClick database.

URL: https://gate.upclick.com/API/rebills.aspx

Parameters *:

Parameter Name Definition
TransactionType UpdateRebill
GlobalOrderID The UpClick order number related to the transaction
Email The customer email address
ProductID The UpClick product ID for which the rebilling cancellation is required
RebillDate The new rebill date as required by merchant (format as YYYY-MM-DD )

 * The parameters must be sent as HTTP GET.

** All fields are mandatory

Response: The Upclick page will respond with SUCCESS if the update has been done, or Failed in case not , with details about the erros  (no matching record, already canceled, etc...)

Example:

https://gate.upclick.com/API/rebills.aspx?TransactionType=UpdateRebill&GlobalOrderID=U45ZSD54&Email=dbc@dbc.com&ProductID=P0010911&RebillDate=2015-02-01

2025 @ UpClick, Inc. All rights Reserved.