1. Create a Yapily Console account
Create a free Yapily Console account here. If you already have an account, log in.2. Create an Application
In the Console, create an Application:- Go to Applications and click Create Application
- Choose a name for your application and click Create application
- Click Download Application ID & Application Secret to download the json file containing the Application ID (
applicationUuid) and Application Secret (secret)
3. Configure sandbox
To test your application you need to configure sandbox in the Console. This allows you perform API requests against a Mock Bank. We recommend using the preconfigured sandbox Modelo Sandbox, which is provided by the Open Banking regulators and is actively maintained.- Go to Applications and select your application
- Select the Connected Institutions tab and click Add Institutions
- Search for
modelo-sandboxand select the tick box. Once selected, click Add selected - Click Register, and select Yes, Preconfigured Credentials to register
modelo-sandboxfor your application using Yapily’s preconfigured credentials for this institution
4. Make an API request
You can test Yapily’s API using an API testing tool, such as Postman, or using cURL.Postman
Yapily provides an Open API Spec which you can use to test your integration in Postman.- Download Yapily’s Open API Spec
- Open Postman, click Import and upload the Yapily Open API spec file. Select Test Suite from the Link this collection as dropdown, then click Import
- Go to Collections, and select Yapily API
- Go to the Authorization tab, and select Basic Auth from the Type dropdown
- Enter your Application ID and Application Secret (provided when you created an application) against the Username and Password respectively and click Save
- Select an API request, for example Get Institutions, and click Send. This will submit an API request, and return a response.
cURL
Execute a cURL command by directly including the Application ID and Application Secret. For example:authToken. For example:
To use real banking data, please submit our Contact Form and we’ll contact you, or try out our demo app.