The Katapult API allows retailers to search for existing Katapult account holders using phone number and SSN4.

Utilized to look up the existing customer details of katapult, you will add these details to look up customer details.

Request Attributes

AttributeData TypeDescriptionRequired Format
phonestringCustomer's Phone Number10 digit number
ssn4stringlast four digits of the customer's social security number4 digit number

Request Payload

{
  "phone": "1234567890",
  "ssn4": "1234"
}

Customer Phone Lookup Errors

ErrorHTTP statusDescription
BAD REQUEST400phone or ssn4 Missing
NOT FOUND404ssn4 Does Not Match / No Such Application Exist For The Given Phone
UNAUTHORIZED401Invalid Authorization Token
Language
Authorization
Bearer
URL