Ack Property
Acknowledgement code received from PayPal.
Syntax
public String getAck();
Remarks
This property will contain the acknowledgement code returned by PayPal that indicates the status of the transaction. It may contain one of the following values:
Success | Request processing succeeded. |
Failure | Request processing failed. |
SuccessWithWarning | Request processing completed successfully, but with some warning information that could be useful for the requesting application to process or record. |
FailureWithWarning | Request processing failed with some error and warning information that the requesting application should process to determine causes of failure. |
CustomCode | Reserved for internal or future use. |
This property is read-only.
Default Value
""