Skip to content

Latest commit

 

History

History
26 lines (18 loc) · 1022 Bytes

README.md

File metadata and controls

26 lines (18 loc) · 1022 Bytes

Request Finance API Demo

This repository shows the basics to integrate the Request Finance API. It provides two examples, one with Express, another one with NextJS.

Getting Started

Create a Request Finance account

If you don't have an account yet, go to https://app.request.finance/signup?redirect=/account/apps. Go to https://app.request.finance/account/apps and create an application.

For both Redirect and Logout URLs, set:

OAuth Configuration

You need to implement an Authorization Code Flow.

URL: https://auth.request.finance
Audience: accounts
Scope: openid profile email # and optionally, offline_access

The /authorize will enable you to get a code for your user, that you can convert to a token using the /oauth/token endpoint