API Settings
API settings can be found under your merchant account. This information is necessary for service to work properly. API settings values reflect a configuration at the merchant site:
Authenticity token is unique merchant identifier, can be found under merchant settings
Key is a shared secret used to calculate digest value
Success URL is an URL at the merchant site where a buyer is redirected after approved authorization.
Cancel URL is an URL at the merchant site where a buyer is redirected if cancel link is clicked at payment form
Redirect to success URL should be set to true if merchant parses the data carried in redirect to success URL, ie. a listener will wait for this request and update order status.
Callback URL should be set under merchant profile if the merchant wants us to send POST request message for each approved authorization
IMPORTANT
Parametrize these values for API settings, we strongly advice a merchant to have both, testing and production environments.
Last updated