Payments API integration options
TrueLayer's public GitHub contains libraries for integrating payment requests and also signing libraries for authentication.
Java
With our Java library, you can create a payment on your backend application.
We recommend using our Java library over a custom integration with Java, as it reduces the time to integrate and make your first payment.
For more information about our Java SDK, visit our GitHub.
For more on payment initiation, see the API reference.
Learn how to get started with our Java library.
.NET
With our .NET library, you can create a payment on your backend application.
We recommend using our .NET library over a custom integration with .C#, as it reduces the time to integrate and make your first payment.
Check our API reference for more information on how to create a payment.
Learn how to get started with our .NET library.
Request signing
The Payments API uses request signing for authentication, which improves the security of your payments application.
You can use our signing libraries to simplify setting up request signing for your integration.
Updated 7 months ago