Anraiki
Anraiki

Reputation: 796

How to test Paypal/Payflow Silent Post?

The only method I see to creating a testing environment for Payflow's silent post is to set the Recurring Billing to be billed daily. Is there any faster way to do this?

Upvotes: 0

Views: 490

Answers (1)

Drew Angell
Drew Angell

Reputation: 26056

You could create a simulator of your own to use for testing. Just make an HTML form with the action set to your listener URL and hidden fields matching the parameters/values you might expect to get from a silent post. This way you can test directly in a browser and see results on screen, which can help with troubleshooting/debugging, too.

Upvotes: 1

Related Questions