Pass-Code Message and Authorization Page Templates
Use Email Templates and Custom Flows to create templates for the pass-code message and the authorization page.
Template Tokens
- To include tokens for the operation information (such as the payment amount, payer name, account numbers, etc.), use the values defined in the
operationInfokey of the Details Automation Script. - For the pass-code field, use the value defined for the
formTagkey, as defined in the Authorization Scenario field of the Action Authorization Type. - Use the
{btn:acceptButton:btn}and{btn:rejectButton:btn}tokens to place Accept and Reject buttons on the authorization page template. These will be replaced with a button tag with localized text. The localization resources areAuthorizePayment_AcceptandAuthorizePayment_Reject.
Copy
<ebs-resource data-resource-key="customPage" data-culture="ro-RO">Autorizezi plata sumei de {!paymentAmount!} din contul {!sourceIBAN!} pt {!payeename!} in contul {!destIBAN!}?</ebs-resource>
<ebs-resource data-resource-key="customPage" data-culture="en-GB">Do you authorize payment of {!paymentAmount!} from account number {!sourceIBAN!} for {!payeename!} to acocunt {!destIBAN!}?</ebs-resource>
<div data-resource-key="customPage">
</div>
<div class="show-mask">OTP:{OTP}</div>
{btn:acceptButton:btn} {btn:rejectButton:btn}