Skip to content

Institution Credentials: Revolut

Deepa Bhat edited this page Jul 2, 2018 · 27 revisions

Environment: Sandbox

Currently, Revolut provides an API only for business accounts: https://business.revolut.com .

The API key to access the Revolut business account must be added programmatically on Yapily API for each user (a business account), rather than per application. Your application needs to request the Yapily API to generate a Consent Token for each of your users (business accounts) using theirs Revolut API key.

  1. Sign in on the business account: https://business.revolut.com
  2. Go to Settings > API
  3. Get a copy of the API key (a sandbox environment is available).
  4. Use the Yapily API's Add User Consent endpoint to set up the Revolut API Key for your application's user. POST https://api.yapily.com/users/{{user-uuid}}/consents
  5. Use the Consent Token provided from the above endpoint to execute the Yapily API requests to Revolut.

Tip

You can access Revolut Sandbox: https://sandbox-business.revolut.com console to make 'fake' transactions and add or remove accounts.

Clone this wiki locally