New Source: Railsr (Formerly railsbank) #36102
talShtark
started this conversation in
New Connector Request
Replies: 2 comments
-
Thanks @talShtark are you interested in building this connector yourself? |
Beta Was this translation helpful? Give feedback.
0 replies
-
@marcosmarxm |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
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 the
items_per_page
/offset
parameters and incremental fetching with thefrom_date
andto_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.
Beta Was this translation helpful? Give feedback.
All reactions