← Back to appMCA Manager Helpmcamgr.com
Browse help topics

Merge tokens & calculated fields

Tokens are placeholders that fill in real values when a document or email is generated. Document templates use {{double.brace}} tokens; the email library uses [bracket.dotted] tokens. Unknown tokens render empty.

Document template tokens

Used in Settings → Document templates. Click a token in the editor to insert it at your cursor.

Merchant

TokenMeaning
{{merchant.legalName}}Legal name
{{merchant.dbaName}}DBA name
{{merchant.ein}}EIN / Federal ID
{{merchant.email}}Email
{{merchant.phone}}Phone
{{merchant.address}}Full address
{{merchant.city}}City
{{merchant.state}}State
{{merchant.postalCode}}Postal code

Deal

TokenMeaning
{{deal.dealNumber}}Deal number
{{deal.productType}}Product type
{{deal.fundedAmount}}Funded amount
{{deal.factorRate}}Factor rate
{{deal.paybackAmount}}Payback amount
{{deal.term}}Term (days)
{{deal.dailyPayment}}Daily payment (derived)

Approval

TokenMeaning
{{approval.offerDate}}Offer sent date
{{approval.fundedAmount}}Approved funded amount
{{approval.factorRate}}Approved factor rate
{{approval.paybackAmount}}Approved payback
{{approval.termDays}}Approved term (days)
{{approval.expiresAt}}Offer expiry

Calculated fields

Calculated fields run a formula over a deal's numbers and expose the result as {{calc.name}}. Formulas may reference these variables: fundedfactorbuyRatepaybacktermdailyposition. Each field formats as currency, a percentage, or a plain number.

Ready-made fieldFormulaFormat
{{calc.apr}} APR (annualized cost)(payback - funded) / funded / term * 365percent
{{calc.totalCost}} Total cost of capitalpayback - fundedcurrency
{{calc.costRatio}} Cost as % of funded(payback - funded) / fundedpercent
{{calc.dailyPayment}} Daily paymentpayback / termcurrency
{{calc.netFunded}} Net funded (after fees)fundedcurrency

Email template tokens

Used in Settings → Email templates.

Advance / deal

[advance.id][advance.status][advance.product][advance.merchant.name][advance.funded_amount][advance.factor_rate][advance.buy_rate][advance.payback][advance.term_days][advance.position][advance.collection_frequency][advance.funded_on][advance.num_payments_expected]

Merchant

[merchant.name][merchant.legal_name][merchant.dba][merchant.email][merchant.phone][merchant.contact.name]

ISO

[iso.name][iso.email][iso.contact.name]

Payment

[payment.amount][payment.type]

Sender / company

[email.from.name][company.name]

Can’t find what you need? Return to the app or contact your administrator.

Merge tokens & calculated fields