REST API Trustly

Trustly is a Swedish fintech company founded in 2008 that enables secure and convenient online banking payments. Customers can pay directly from their bank accounts without leaving the checkout flow, providing a fast, trusted and seamless experience.

Trustly supports both payment collection and automated refunds via API, with reconciliation files available for all supported acquirers. The service is widely adopted across Europe, covering over 30 banks in Sweden, Finland, Denmark and Spain.

Trustly is FSA regulated, ensuring compliance with financial standards and strong consumer protection.

Get started

Contact NEXI Helpdesk to enable Trustly on your merchant profile.

Integration options

NEXI Paygate supports Trustly through the following integration types:

Hosted Payment Page

Initiate a Hosted Payment Page by calling Create checkout session.

Hosted forms

Initiate Hosted forms by calling Create payment with:

"paymentMethods": {
  "type": "TRUSTLY",
  "integrationType": "HOSTED"
}


Reverse payment

You can reverse an authorized Trustly transaction before it is captured by calling the Reverse payment endpoint using the original payId.

Capture payment

If your merchant profile is configured for capturing transactions manually then you must explicitly initiate Capture payment endpoint to capture the funds.

Refund payment

Refunds are supported for captured Trustly transactions. Call the Refund payment endpoint to refund transactions.