Example Responses:
{
"partner_reference": "1234567",
"freedom_reference": "fdd52613-471d-44a7-81f1-3af3f5ead669",
"status": "SUCCESS",
"status_message": [],
"url": "https://example.com/?advsrcSuggest=FFW-TEST&tokenID=595800f",
"card_offer": {
"apr": 34.00,
"approval_percentage": 100.00,
"auto_approved": null,
"card_limit": 250.00
},
"total_offers_available": 1,
"available_card_offers": [
{
"uuid": "4fdd4d39-7f2b-41b5-ab63-a9e9d08989cb",
"apr": 34.00,
"approval_percentage": 100.00,
"auto_approved": "1",
"card_limit": 250.00
}
]
}
{
"partner_reference": "1234567",
"freedom_reference": null,
"status": "INVALID_DATA",
"status_message": [
"Field: primaryApplicant.currentEmployment.year, reason: must not be null",
"Field: primaryApplicant.currentEmployment.month, reason: must not be null",
"Field: loan, reason: must not be null",
"Field: primaryApplicant.first_name, reason: must not be null"
],
"url": null,
"card_offer": null,
"total_offers_available": 0,
"available_card_offers" : []
}
{
"partner_reference": "1234567",
"freedom_reference": "4a244d09-47dd-4b1b-8600-6239ae7416ec",
"status": "NO_OFFERS",
"status_message": [],
"url": null,
"card_offer": null,
"total_offers_available": null,
"available_card_offers" : []
}