Knowledgebase:
Trustly Payment Gateway Setup
Posted by Ziad Mannan, Last modified by Ziad Mannan on 28 April 2023 12:23 PM

TRUSTLY Integration Setup

This is an integration to make a payment in orm system. 

  1. In config_3rdparty.json copy the variable TRUSTLY_CONFIG from the general config_3rdparty.json.in 
  2. In the custom TRUSTLY_CONFIG  fill the fields as follows:  
     

        " TRUSTLY_CONFIG " :  { 

            "enabled" :  true, 

            "test_mode" :  true, 

            "base_uri" :  "https://test.trustly.com", 

            "logging_file" :  "trustly_payment_logs.log", 

            "submitUrl" :  "/orm/trustlyPayment/submit", 

           "notify_uri" :  "{domain}/orm/trustlyPayment/paymentNotification", 

            "success_url" :  "/orm/trustlyPayment/success ", 

            "failure_url" : "/orm/trustlyPayment/failure", 

            "username" :  "", 

            "password" :  "", 

            "client_private_key" :  "/path/trustly_private_key.pem", 

            "trustly_public_key" :  "/path/trustly_public_key.pem", 

        } 

    In config_orm this payment method now needs to be added/enabled for it to be available in ORM/Apps.

    (0 vote(s))
    Helpful
    Not helpful

    Comments (0)