The request body is of type GetPendingOrderPaymentInformation.
Method | GetPendingOrderPaymentInformation |
The request body is of type GetPendingOrderPaymentInformation.
// Example: Gets the current payment information on the // currently pending order for the Shopper. // Note: Credit card number is never returned MakeAJAXCall("Order.GetPendingOrderPaymentInformation", null, console.log);
The response body is of type GetPendingOrderPaymentInformationResponse.
Name | Description | Data Type |
---|---|---|
GetPendingOrderPaymentInformationResult | A string value containing a JSON object. // Example: The payment information for the // "Invoice" method with the "PO" value // for the currently pending order for the // current Shopper. { "MethodName": "Invoice", "CreditCardType": "", "CardExpMonth": "", "CardExpYear": "", "CardVerification": "", "FirstName": "", "LastName": "", "PO": "WEB4375" } | xml:string |