In some instances, you may want to display the invoice amount in words in your invoices. There is a field in the invoice object called Balance Due In Words. The field is by default hidden, but you can display the field in your invoice PDF or on your page layout, as shown below:

Screen Shot 2017-05-07 at 8.56.29 AM

If your Salesforce Org has recently been upgraded with a new version of Payment Center, you may find that Balance Due In Words is blank, in this case simply edit and save the invoice to populate the field.

To display the field in your invoice PDF, edit your template and add the following where you want the field displayed:

<apex:outputText value="{!RelatedTo.fw1__Balance_Due_In_Words__c}"></apex:outputText>