Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

The following section describes the technical steps to get started with the integration. It is an additional resource that completes our openAPI description of the REST API.

Web form Form 2.0 services use Access (https://docs.finapi.io/#overview) in order to implement various workflows. The below steps are a pre-requisite the prerequisites to use Web form’s Form 2.0' REST services.

finAPI follows the OAuth 2.0 Standard for authorizing applications and users within them. OAuth uses the terminology of clients and users. A client represents an application that calls finAPI services. A service call might be in the context of a user of the client (e.g: getting a user's bank connections), or outside any user context (e.g.: editing your client's configuration, or creating a new user for your client). In any case, every service call must be authorized by an access_token. The documentation below describes how to set up client's users, or for the client itself.

Inc drawio
zoom1
simple0
inComment0
pageId2035155097
custContentId2083227788
lbox1
diagramDisplayNameWeb form.drawio
hiResPreview0
contentVer12
baseUrlhttps://finapi.jira.com/wiki
diagramName1615793336045-Web form.drawio
pCenter0
aspectANRMECFmkagHelPTpyuS 1
width823
linksauto
tbstyletop
isUpload1
height713712.5

Step 1: Get authorized as a client in Access

The major prerequisite for getting authorized as a client (i.e. application) is having a valid set of client credentials: client_id and client_secret.

...

To get authorized as a Client, use the obtained access_token as input for Access QUICK AUTH.

Step 2: Create an Access user

The major prerequisite for creating a user is getting authorized as a client with the help of the obtained access_token in Step 1.

...

Code Block
languagejson
{
  "id": "username",
  "password": "password",
  "email": "email@localhost.de",
  "phone": "+49 99 999999-999",
  "isAutoUpdateEnabled": false
}

Step 3: Get authorized as a user

The major prerequisite for creating a user is getting the user’s data, such as password and id (username) from Step 2.

...

To get authorized as a User, use the obtained access_token as an input for Web form QUICK AUTHForm QUICK AUTH

Once the above steps are completed, any of the workflows related to AIS(Account Information Services) or PIS (Payment Initiation Services) can be triggered successfully either standalone (on a browser) or as an embedded Web Form.

If you experience any problems during the integration or have any questions, please contact our support, support@finapi.io at any time. Our customer success team is looking forward to supporting you during your integration journey.

...