For United States payments, use the Trustly US connector.
Setup
A Trustly account can be requested by contacting their sales team via the Trustly website.Credentials
When setting up Trustly in the dashboard, configure the following credentials, which you can obtain from the Trustly team.- Username - The username used to authenticate API requests.
- Password - The password used to authenticate API requests.
- Private key - The private key used to sign Trustly requests.
Capabilities
Supported countries
Supported currencies
Required fields
Trustly Europe requires the following checkout fields:- Billing address country
- Billing address line 1
- Billing address postal code
Integration
The default integration for Trustly Europe uses a redirect to a hosted payments page. Start by creating a new transaction with the following required fields.payment_method.approval_url and the status is set to buyer_approval_pending. The approval URL expires after 30 minutes.
approval_url so they can complete bank authentication and approve the payment. After approval the buyer is redirected to the redirect_url you provided when creating the transaction. Do not rely solely on the redirect - either poll the transaction or (recommended) rely on webhooks to detect the final status (for example capture_succeeded or failure states).