Skip to main content


Perl library for interacting with the TrueLayer v3 API (https://docs.truelayer.com/)

Changes for 0.02 - 2023-12-08

  • auth_host moves to Request, and Authenticator only uses host internally
  • Refactor api_post() and api_get() to use _ua_request()
  • Move the post in _authenticate() to _ua_request() in the Request class
  • Paranoid error handling with clear reporting in _authenticate
  • Improve tests for Business::TrueLayer::Request prior to refactoring
  • Use Test::Warnings in all tests
  • Pass ->payment_host into :😛ayment object
  • Add Changes and README.pod