post https://www.katapult.com/api/v3/user/auth/lookup/
The Katapult API allows retailers to search for existing Katapult account holders using a phone number.
Can be utilized to look up if the user account exists with katapult or not.
Example:
Start with Request Verification Code - customer enters the phone number.
Verification code sent to the customer it will give response new_user : true/false
- New User is false: submit verification code and customer phone lookup.
- New User is true: Enter verification code & proceeds with create an application process.
Attributes
Attribute | Data Type | Description | Required Format |
---|---|---|---|
phone | string | Customer's Phone Number | 10 Digit number |
Request Payload
{
"phone" : "123456789"
}
Account Lookup Errors
Error | HTTP status | Description |
---|---|---|
BAD REQUEST | 400 | phone Is Missing From Request Payload |
UNAUTHORIZED | 401 | Invalid Authorization Token |