Versions Compared

Key

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

...

Authentication

  • get access token

Code Block
POST {{everifin_idp_url}}/auth/realms/everifin_paygate/protocol/openid-connect/token

Banks

  • get list of supported banks

Code Block
GET {{everifin_url}}/api/{{version}}/banks

Payments

Redirect flow

  • initialize payment for redirect flow

Code Block
POST {{everifin_url}}/api/v1/link 

Response structure

All endpoints, except token endpoint, are responding with following structure:

...