-
Notifications
You must be signed in to change notification settings - Fork 5.1k
Description
Tell us about the new connector you’d like to have
We would like to have a source connector for Railsr REST API.
Describe the context around this new connector
Railsr is a Banking-as-a-service (BaaS) platform.
It enables customers to provide financial services to their clients (Railsr endusers).
With Railsr, We can issue credit/debit cards, manage financial ledgers, and make transactions.
A simple way to move our client's financial data with a simple mechanism to central storage will enable us to create meaningful analytics that affects business decisions.
Railsr has a simple REST API. Users should authenticate with an "API-Key" header.
With this API, Railsr customers can fetch data like:
GET /cards
GET /transactions
GET /endusers
etc...
Pagination can be done with the theitems_per_page / offset parameters and incremental fetching with the from_date and to_date parameters.
Describe the alternative you are considering or using
Without this connector, we would have to build our mechanism to fetch the relevant data.