Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

store_id and api_token for testing #3

Open
jjmontgo opened this issue Jun 22, 2022 · 1 comment
Open

store_id and api_token for testing #3

jjmontgo opened this issue Jun 22, 2022 · 1 comment

Comments

@jjmontgo
Copy link

The document says that these two critical pieces of information are assigned during merchant account activationand setup.

But what are their values for the test environment?

@rubinder-singh
Copy link

For store id, it depends which test store you logged in to at the below testing url to setup your test config.
https://esqa.moneris.com/mpg/
it will either be store1, store2 or store 3

for api token, check this url
https://developer.moneris.com/More/Testing/Testing%20a%20Solution

sample config with these 2 values for testing
{
"store_id": "store2",
"api_token": "yesguy",
"checkout_id": "XXXXXXXX",
"txn_total": "10.00",
"environment": "qa",
"action": "preload",
"order_no": "XXXXXXXX_XXXXXXX",
"language": "en"
}

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants