{
"account_number": 11223344,
"amount": 250,
"customer": {
"air": 0.3124,
"available_credit": 1700,
"first_name": "Jacques",
"last_name": "Hugo",
"category_type": "premium"
},
"regular_purchase": {
"term_amount": 250,
"air": 0.3124,
"fees": [
{
"description": "Administrative or annual fees:",
"amount": 39.99,
"type": "annual",
"message": "Although your administrative or annual fee may be represented as a monthly or annual amount, the fee is due in full if the account is paid off early. See terms and conditions for full details"
}
]
},
"promotional_purchase": [
{
"plan_id": 5,
"terms": [
{
"term": 6,
"term_amount": 41.67,
"apr": 0,
"fees": [
{
"description": "Administrative or annual fees:",
"amount": 39.99,
"type": "annual",
"message": "Although your administrative or annual fee may be represented as a monthly or annual amount, the fee is due in full if the account is paid off early. See terms and conditions for full details"
}
]
},
{
"term": 12,
"term_amount": 20.83,
"apr": 0,
"fees": [
{
"description": "Administrative or annual fees:",
"amount": 39.99,
"type": "annual",
"message": "Although your administrative or annual fee may be represented as a monthly or annual amount, the fee is due in full if the account is paid off early. See terms and conditions for full details"
}
]
}
]
},
{
"plan_id": 9,
"terms": [
{
"term": 6,
"term_amount": 250,
"apr": 0.35,
"fees": [
{
"description": "Administrative or annual fees:",
"amount": 39.99,
"type": "annual",
"message": "Although your administrative or annual fee may be represented as a monthly or annual amount, the fee is due in full if the account is paid off early. See terms and conditions for full details"
}
]
},
{
"term": 12,
"term_amount": 250,
"apr": 0.35,
"fees": [
{
"description": "Administrative or annual fees:",
"amount": 39.99,
"type": "annual",
"message": "Although your administrative or annual fee may be represented as a monthly or annual amount, the fee is due in full if the account is paid off early. See terms and conditions for full details"
}
]
}
]
}
]
} |