---
title: "(Deprecated) Initialize Trustly Payment"
method: POST
path: "/v2/moneyins/trustly/init"
tags: ["MoneyIns | Local Payments"]
---

# (Deprecated) Initialize Trustly Payment

`POST /v2/moneyins/trustly/init`

Trustly is a Swedish payment method used in 29 European countries. With Trustly you can buy and pay from your bank account.

## Headers

- `Authorization` string, required
- `PSU-Accept-Language` string
- `PSU-IP-Address` string, required
- `PSU-User-Agent` string

## Request body

- MoneyInTrustlyInitInput
  - `finalCustomerEmail` string — End user email
  - `finalCustomerFirstName` string — End user first name
  - `finalCustomerLastName` string — End user last name
  - `returnUrl` string — Your site returns the URL, called to terminate the operation and on which the callback will be sent, with data in POST parameters. This URL must contain a unique ID so you know which operation is related to the return.
  - `reference` string — Unique ID of the call, generated by your server. This ID can be used as a search field when looking for operation details
  - `accountId` string, required — Payment Account ID to Credit
  - `totalAmount` integer, required — Amount to Debit Amounts are given as integer numbers in cents
  - `commissionAmount` integer — Your Fee Amounts are given as integer numbers in cents
  - `comment` string — Comment Regarding the Transaction
  - `autoCommission` boolean — If true: 1. [amountCom] will be ignored and will be replaced with Lemonway's fee 2. You will not receive any fee

## Response `200`

OK

- MoneyInTrustlyInitOutput
  - `id` integer — Transaction ID. You will this this value to confirm the transaction
  - `actionUrl` string — Redirected URL for the client on the iDeal page payment
  - `error` Error
    - `code` integer
    - `message` string
    - `psp` PSP
      - `message` string — Get the Error Message from PSP

## Other responses

- `401` — Unauthorized
- `500` — InternalServerError

---

[API](https://skmtc.net/lemonway/apis/account-onboarding-management-api.md) · [All operations](https://skmtc.net/lemonway/apis/account-onboarding-management-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/lemonway/account-onboarding-management-api/versions/73309fe68e2d/schema)
