Skip to content

Latest commit

History

6 Commits

Folders and files

NameName
Last commit message
Last commit date

Repository files navigation

Quickpay

Rust test and lint

A CLI-tool for creating and authorising payments with TrueLayer.

Currently, there aren't many viable use cases for this besides testing the different payment flows.

Example usage

pay --name "Ben Eficiary" --iban "NL84INGB2266765221" eur 1

Configuration

To use this tool, you will have to set

You can either set the environment variables

export QUICKPAY__CLIENT_ID=""export QUICKPAY__CLIENT_SECRET=""export QUICKPAY__CLIENT_KID=""export QUICKPAY__CLIENT_PRIVATE_KEY=""export QUICKPAY__REDIRECT_URI=""

or create a file $HOME/.config/quickpay.toml containing the configuration:

client_id=""client_secret=""client_kid=""client_private_key=""redirect_uri=""

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages