Difference between revisions of "GetWebpayPurchaseHtmlPage"

From Gvp-public
Jump to navigation Jump to search
(Created page with "{{Api_Method_Spec| Description=This method gets the HTML page of the webpay purchase. |Parameters= {{Api_Parameter| ParamName=token |ParamType=String |ParamRequired=required...")
 
(No difference)

Latest revision as of 09:04, 23 September 2015

Description

This method gets the HTML page of the webpay purchase.

Parameters

  • token (String, required)
A valid token for identifying the API session context. The token can be anonymous or logged.
  • transactionId (int, required)
Int value of the transaction ID.


Returns

Returns a string containing the html page.


Exceptions

TO BE COMPLETED


Caching

This method is not cached.


Known issues

  • None


Version history

TO BE COMPLETED


See also