Loan Products

API integration without widget embed.

The Fuap API is RESTful, and encodes data as a JSON and authenticates all requests. It can be used to do the following:

  • Build a user experience for LaaS (lending as a service) search, comparison and recommendation that is both performant and compliant.

  • Integrate with and programmatically manage your Loans by Fuap Dashboard account.

  • Initiate the transfer of funds and collect repayment from your customers

All requests to the Fuap API must be authenticated using a bearer token.

  • Tokens must be managed like a password or any other confidential secret. As a result, they have access to sensitive API endpoints.

A valid bearer token is formatted as an Auth Key along with a UUID concatenated with an underscore. Your bearer token must be specified in the Authentication header of each request.

Loan configuration and partner institution personalized credit criteria can be managed with a simple dashboard at dashboard.fuap.ai

Last updated