Skip to content
This repository has been archived by the owner on Jul 20, 2020. It is now read-only.

Update README testing instructions #144

Merged
merged 1 commit into from
Nov 10, 2018
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,10 @@ a response string with "VERIFIED" or "INVALID".

* IPN Listener script samples are provided for different languages.
* Deploy IPN Listener script in a cloud environment or you can expose your server port using any third party local tunneling software, so that you can receive PayPal IPN callback.
* You can test your software using the [PayPal IPN Simulator](https://developer.paypal.com/developer/ipnSimulator/). Ensure your listener is validating the sandbox messages at the correct testing endpoint.

### Testing with the sandbox
Please note that calls from the [PayPal IPN Simulator](https://developer.paypal.com/developer/ipnSimulator/) cannot be validated.
You must [create a PayPal sandbox account](https://developer.paypal.com/developer/accounts/). IPN calls from the sandbox after a test transaction is performed will be validated providing you set your IPN validation endpoint to the sandbox URL.

## License

Expand Down