Live Chat Software by Kayako |
Trustly Payment Gateway Setup
Posted by Ziad Mannan, Last modified by Ziad Mannan on 28 April 2023 12:23 PM
|
|
TRUSTLY Integration SetupThis is an integration to make a payment in orm system.
" 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. | |
|