-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
8ceb87b
commit 25105fe
Showing
1 changed file
with
17 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,20 @@ | ||
Nochex Callback Test Pages | ||
============ | ||
## Nochex Callback Test Pages | ||
|
||
Setup | ||
============ | ||
Follow our guide <a href="https://ssl.nochex.com/Downloads/Callback%20Guides%20and%20Examples/callback_guide.pdf">here</a> on how to setup and use callback | ||
### Test Page Setup Instructions | ||
<b>Before progressing with one of our Callback pages, please make sure you have callback enabled on your account otherwise this won't work! to confirm this contact your Account manager or raise a Support Ticket [here](https://support.nochex.com/integration.php)</b> | ||
|
||
Support | ||
===================== | ||
Firstly download the latest release for your chosen language Callback listener <a href="https://github.com/NochexDevTeam/Callback/releases">here.</a> | ||
|
||
Extract the downloaded folder, and Open your page in a text editor, replace 'your_email@example.com' with your email address for example 'myemail@hotmail.co.uk'. Save all changes. | ||
|
||
Go to your web server, where your website files are contained and attach the new Callback file(s), so you will now have a url to your Callback page for example: https://mywebsite.com/nochexapc.php | ||
|
||
Next login to your Nochex account, then go to the Payment Page Setup > section labelled callback_url. Add your new Callback url to the box and save changes. | ||
|
||
At the bottom of your page, press Test Transaction to go through the payment process. Once complete you should receive an email for your recent test transaction from your Callback page. | ||
|
||
To find out more details about Callback, click <a href="https://ssl.nochex.com/downloads/Automatic%20Payment%20Confirmation%20(APC)%20Guides%20and%20Examples/APC_guide.pdf">here</a> | ||
|
||
### Support | ||
Bug fixes and feature patches may be submitted using github pull requests, and bug reports or feature requests as github issues. | ||
Visit our Knowledgebase for support: https://support.nochex.com/ | ||
Alternatively visit our Knowledgebase for support: https://support.nochex.com/ |