This shows you the differences between two versions of the page.
Both sides previous revision Previous revision | |||
developer:soap:methods:getmerchantapplicationstatus [2009/01/19 14:33] hmcgowan |
developer:soap:methods:getmerchantapplicationstatus [2009/07/06 10:47] epouchak |
||
---|---|---|---|
Line 1: | Line 1: | ||
- | ====== getMerchantApplicationStatus ====== | + | <embed ..:contents/>====== getMerchantApplicationStatus ====== |
**Reseller only method.** | **Reseller only method.** | ||
Line 25: | Line 25: | ||
===== Syntax ===== | ===== Syntax ===== | ||
- | string **getMerchantApplicationStatus** ( [[developer:soap:objects:ueSecurityToken]] Token, integer ApplicationID ) | + | string **getMerchantApplicationStatus** ( [[..:objects:ueSecurityToken]] Token, integer ApplicationID ) |
Line 31: | Line 31: | ||
^Type ^Name ^Description ^ | ^Type ^Name ^Description ^ | ||
- | |[[developer:soap:objects:ueSecurityToken]] |Token |Reseller security token, used to identify reseller and validate request.| | + | |[[..:objects:ueSecurityToken]] |Token |Reseller security token, used to identify reseller and validate request.| |
|integer |ApplicationID |The merchant application number assigned by the gateway. | | |integer |ApplicationID |The merchant application number assigned by the gateway. | | ||
Line 44: | Line 44: | ||
==== PHP ==== | ==== PHP ==== | ||
- | For directions on how to set up the WSDL link, create "$token" and "$client", go to [[developer:soap:howto:php|PHP Soap How-to]]. | + | For directions on how to set up the WSDL link, create "$token" and "$client", go to [[..:howto:php|PHP Soap How-to]]. |
<code php> | <code php> |