verify

verify

description: verify the discounted price and the checkout token.  This should be used after getCoupon has been used and before the final checkout procedure.  Intended to make sure that the discounted amounts or pricing has not changed since the getCoupon call.

ParameterTypeDescriptionRequired
api_tokenstringAPI TokenYES
coupon_codestringCoupon CodeYES
product_codestringProduct code or SKUYES
original_pricedecimalOriginal price of itemYES
discounted_pricedecimalDiscounted Amount from the WebsiteYES
checkout_tokenstringToken that was returned when using getCoupon callYES

Example usage:

Output variables:

VariableTypeDescription
statusstringcan be VERIFIED or INVALID
messagestringMessage output
Was this article helpful to you? Yes No

How can we help?