accordD
These are parameters for financing plans supported for certain merchant configurations. Include this element only when instructed to do so by your account manager.
Note: Not all processing gateways support this parameter. Contact your account manager for more information.
financingTypestring
This is the type of financing offered.
- DEFERRED_PAYMENT – Deferred payment financing.
- EQUAL_PAYMENT – Equal payment financing
Possible values: [DEFERRED_PAYMENT
, EQUAL_PAYMENT
]
planstring
This is the plan number for this financing transaction.
Possible values: <= 3 characters
Example:
124
gracePeriodnumber
This is the grace period, in months, associated with deferred payment transactions.
Possible values: <= 99
Example:
12
termnumber
This is the number of payments, in months, for equal payment transactions.
Possible values: <= 99
Example:
12
accordD
{
"financingType": "DEFERRED_PAYMENT",
"plan": "124",
"gracePeriod": 12,
"term": 12
}