Advanced orders PIRemove URL

This URL removes one or more existing payment instructions from an order.

URL structure

http://host_name/path/
The fully qualified name of your WebSphere Commerce Server and the configuration path.

Diagram of the URL structure: the URL starts with the fully qualified name of your WebSphere Commerce Server and the configuration path, followed by the URL name, Advanced orders PIRemove  and the ? character. End the URL with a list of parameters in the form of name value pairs. Separate each name value pair with the & character. For a detailed description of the parameters and their values, refer to the list entitled Parameter values.

Parameter values

orderId
(Required) The identifier of the order to which the payment instruction is to be removed.
URL
(Required) The URL to be called when the command completes successfully.
piId
(Required) The numeric identifier (big integer) of the payment instruction to remove. The piId can be obtained from the EDPPaymentInstructionsDataBean data bean and represents the combination of the payment method, payment amount, and any protocol data.

Example

The following example removes two payment instructions from order 112233.

http://host_name/webapp/wcs/stores/servlet/PIAdd?orderID=112233
     &piId=27022&piId=27023&URL=/

Behavior

Removes a payment instruction for an existing order:

Exception conditions

None.

Feedback