Configure
Configuration instructions for Briqpay
When the Briqpay account is setup, Briqpay will provide configuration credentials.
Enter configuration credentials in the Briqpay.LitiumAddOns.BriqPay.dll.config
in the wwwroot:
-
password: the password that will be used to send requests to BriqPay. Provided by BriqPay.
-
serverUrlTest: the Briqpay test environment api url. Provided by BriqPay.
-
serverUrlProduction: the Briqpay production environment api url. Provided by BriqPay.
-
useTestMode: Determines whether the serverUrlTest or the serverUrlProduction will be used when calling the BriqPay API.