...
Code Block | ||||
---|---|---|---|---|
| ||||
{
"account_number": 11223344,
"amount": 250,
"customer": {
"air": 0.289,
"available_credit": 8000,
"first_name": "John",
"last_name": "Smith",
"category_type": "preferred"
},
"regular_purchase": {
"term_amount": 250,
"air": 0.289,
"fees": [],
"verify": true
},
"promotional_purchase": [
{
"plan_id": 4,
"terms": [
{
"term": 3,
"term_amount": 20.33,
"apr": 0.0999,
"fees": [
{
"description": "Administrative fees:",
"amount": 49.99,
"type": "admin_total",
"message": "Although your administrative 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": 5,
"terms": [
{
"term": 6,
"term_amount": 4.67,
"apr": 0,
"fees": [
{
"description": "Administrative fees:",
"amount": 3,
"type": "admin_monthly",
"message": "Although your administrative 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": 3.83,
"apr": 0,
"fees": [
{
"description": "Administrative fees:",
"amount": 3,
"type": "admin_monthly",
"message": "Although your administrative 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."
}
]
}
]
}
]
} |
...
Code Block | ||||
---|---|---|---|---|
| ||||
{
"account_number": 11223344,
"amount": 250,
"customer": {
"air": 0.3124,
"available_credit": 1700,
"first_name": "Jacques",
"last_name": "Smith",
"category_type": "premium"
},
"regular_purchase": {
"term_amount": 250,
"air": 0.3124,
"fees": [],
"verify": true
},
"promotional_purchase": [
{
"plan_id": 5,
"terms": [
{
"term": 6,
"term_amount": 41.67,
"apr": 0,
"fees": []
},
{
"term": 12,
"term_amount": 20.83,
"apr": 0,
"fees": []
}
]
},
{
"plan_id": 9,
"terms": [
{
"term": 6,
"term_amount": 250,
"apr": 0.35,
"fees": []
},
{
"term": 12,
"term_amount": 250,
"apr": 0.35,
"fees": []
}
]
}
]
} |