Core Concepts

Upwardli provides a secure and scalable platform that is easy to integrate into your fintech product. Through our API, you are able to access the full functionality of the Upwardli system to begin converting your standard purchasing and payment processes into credit-building activity for your customers.

URLs

EnvironmentURL
Sandbox Authenticationhttps://auth-sandbox.upwardli.com/auth/token
Sandbox API Roothttps://api-sandbox.upwardli.com/v2
Production Authenticationhttps://auth.upwardli.com/auth/token
Production API Roothttps://api.upwardli.com/v2

Status Codes

The Upwardli API uses standard HTTP response codes to communicate the result of a request. In general, the codes indicate:

  • 1xx informational response – the request was received, continuing process
  • 2xx successful – the request was successfully received, understood, and accepted
  • 3xx redirection – further action needs to be taken in order to complete the request
  • 4xx client error – the request contains bad syntax or cannot be fulfilled
  • 5xx server error – the server failed to fulfill an apparently valid request

HTTP Code Descriptions

HTTP CodeDescription
200Success
400There is something wrong with the data in your request, or the request cannot be processed
401There is an issue with your API access token
403Your API access token is good, but you don’t have permission to do what is being requested
404The resource specified does not exist
500We are experiencing technical difficulties