Jump to Content
payments
GuidesAPI Reference
In Europe? Go to the EU DocsLog Inpayments
In Europe? Go to the EU DocsLog In
GuidesAPI Reference

Learn

  • Overview
  • Data
  • Payments

Build

  • Getting Started
    • Authentication
    • Securing Requests
  • Integration Guides
    • Account Data Retrieval
    • Deferred Payments
    • Disbursements
    • Instant Payouts
    • Server-Side Establish
    • Tokenization
    • Trustly Direct Debit (TDD) for UK
    • VIP Customer Tiers
  • Reference
    • Errors
    • Event Notifications (Webhooks)
    • Idempotency
    • Pagination & Filtering
    • Recurring Payments
    • Reporting
    • Retrieve Bank Logo
    • Split Token
    • Transaction ID
    • Type Definitions
    • Testing

Trustly SDK

  • Overview
  • Mobile Apps
    • iOS
    • Android
    • Cordova
    • React Native
    • Webview
    • OAuth Guide
  • Establish Data
  • Redirect URLs
  • User Event Listeners
  • Content Strings
  • Type Definitions

Merchant Portal

  • Introduction
  • Transactions
    • Search
    • Transaction Table
    • Transaction Details
    • Transaction Types
    • Transaction Status
  • Recurring Schedules
  • Reporting
    • Funding Report
    • Reconciliation Report
    • RTP Report
  • Help
  • User Management
  • FI Status

Resources

  • Branding & Experience
    • Mark Library
  • Support
  • Documentation Updates

Securing Requests

Suggest Edits

Secure your request by adding a requestSignature to the input parameters passed to the SDK request. This is done by calculating an HMAC-SHA1 Base64 encoded string in your backend and adding that signature to your request.

More information on creating a Request Signature can be found in the Securing Requests.

Updated over 1 year ago