Check Eligibility
POST/check-eligibility
As your customer begins to checkout, use this endpoint to verify their overall eligibility for Splitit installment plans and to determine plans for which they are eligible. This endpoint can be called repeatedly before and during checkout, for example you may call it after each field on a page is filled out. The Splitit API compares and updates the plan based on each new body as it arrives.
Request
Responses
- 200
- 401
- 403
- 404
- 422
- 500
- 400-511
- 400-542
- 400-563
- 400-564
- 400-599
- 400-806
Success
Token is not authorized or is expired
Resource Does Not Exist: For all APIs, if an invalid plan number is passed in the URL, this error will be returned
General Server Error : Server encountered an unexpected condition
InvalidAmount: Invalid amount sent, such as below your minimum amount or above your maximum amount.
InvalidCCCardBrandNotSupported: Sorry but we do not accept this type of credit card. Please use [[SupportedCardBrands]] to complete your purchase.
InvalidCurrency_NotSupportedByTerminal: Sorry, but this currency is not currently accepted at this terminal.
CreditCardIsMissing: Some information is missing. Please enter all requested credit card details.
General Error: Sorry. There has been an error. Please try again.
TerminalApiKeyMissing: Terminal ID not found.