airbyte-integrations/connectors/source-revolut-merchant/README.md
This directory contains the manifest-only connector for source-revolut-merchant.
This is the Revolut Merchant source that ingests data from the Revolut Merchant API.
Revolut helps you spend, send, and save smarter https://www.revolut.com/
The Revolut Merchant account is a sub-account of your Revolut Business account. While a Business account is for managing your business finances, the Merchant account is dedicated to helping you accept online payments from your e-commerce customers.
This source uses the Merchant API and has the orders, customers and location endpoints. In order to use this API, you must first create a Revolut account. Log in to your Revolut Business account: Access the Revolut Business log in page and enter your credentials. Navigate to Merchant API settings: Once logged in, access the Merchant API settings page by clicking your profile icon in the top left corner, then selecting APIs > Merchant API. Here you can access your Production API keys (Public, Secret) specific to your Merchant account. Get API keys: If you're visiting this page for the first time, you'll need to initiate the process by clicking the Get started button. To generate your Production API Secret key, click the Generate button. You can find more about the API here https://developer.revolut.com/docs/merchant/merchant-api
There are multiple ways to use this connector:
pyairbyte using get_source!Please refer to the manifest-only connector documentation for more details.
We recommend you use the Connector Builder to edit this connector.
But, if you want to develop this connector locally, you can use the following steps.
You will need airbyte-ci installed. You can find the documentation here.
This will create a dev image (source-revolut-merchant:dev) that you can use to test the connector locally.
airbyte-ci connectors --name=source-revolut-merchant build
This will run the acceptance tests for the connector.
airbyte-ci connectors --name=source-revolut-merchant test