Determines if the payment was accepted (approved).
May use <payment:getAuthorizationCode> or ${payment:getAuthorizationCode()} to get the authorization code to display to the customer.
May use <payment:getTransactionId> or ${payment:getTransactionId()} to get the per-processor unique transaction ID.
Must be nested in a <payment:payment> tag.
Example
${payment:isAccepted()}
Function Information
Function Class: | com.newmediaworks.taglib.payment.Functions |
---|---|
Function Signature: | boolean isAccepted() |
Display Name: | None |