"Access banking with
5 lines of code"
The API is super simple to use to integrate banking into your app or business.
1
Login to Railsbank and get your PLAYLive API keys (this is our real-money sandbox).

2
Next you need to start coding and setup an end-user (individual or corporate).
Some code {
}
3
We then create a ledger for the end-user; set the ledger currency to UK pounds sterling (£) and instantly issue a UK sort code and account number for the ledger.
Some code {
}
4
Using your online banking app, send £3 (using UK Faster Payments) to the account details created above.

5
Check the ledger balance that funds have arrived (the funds can take 1-10 mins to arrive depending on the sending bank).
Some code {
}
6
Create a beneficiary (where you send money) that is your own bank account.
Some code {
}
7
Send £3 from the end-user's ledger to the above beneficiary
Some code {
}
8
Using your online banking app, check the £3 you sent has arrived (this may take 1-10 mins depending on your account).
