|
|
(One intermediate revision by one other user not shown) |
Line 9: |
Line 9: |
| == NuSOAP Example == | | == NuSOAP Example == |
| | | |
− | This example continues from the [[Offerit_API#Example|main article NuSOAP Example]]): | + | This example continues from the [[Offerit_API#Example|main article NuSOAP Example]]: |
| | | |
| <pre> | | <pre> |
Line 17: |
Line 17: |
| ); | | ); |
| | | |
− | $result = $client->call('approve_transaction', $values, 'offeritapiadmin_wsdl'); | + | $result = $client->call('deny_transaction', $values, 'offeritapiadmin_wsdl'); |
| </pre> | | </pre> |
| | | |
Latest revision as of 18:49, 26 December 2013
This function allows you to deny a specific transaction for a customer. To use this function, you must make a SOAP call with the following parameters:
- orderid - Your order ID of the sale
- customerid - The customer ID of the sale
NuSOAP Example
This example continues from the main article NuSOAP Example:
$values = Array(
'transid' => 265,
'customerid' => 130
);
$result = $client->call('deny_transaction', $values, 'offeritapiadmin_wsdl');
Sample Output
on success:
SUCCESS
on error:
ERROR: error message