決済エラー時IなどのIPNがどのような情報を通知するか確認するための方法です。
IPNのテストにはIPNシミレータが便利です。
https://developer.paypal.com/developer/ipnSimulator
ここからIPNの受信URLに、様々な通知を手動でおくることができます。
ここのstatusにFailedなど指定することで基本的なステータスの通知内容を確認できますが、
さらに詳細なエラーコードに対応したテストを行いたい場合は、
amountにエラーコードに対応した値を入れることで可能になります。
下記ページの Testing Your IPN Error Notification Code に記述があります。
IPN Testing
https://developer.paypal.com/webapps/developer/docs/classic/ipn/integration-guide/IPNTesting/#ipn-negative-testing
IPNの通知内容のフォーマットは以下にのっています。
https://developer.paypal.com/docs/classic/ipn/integration-guide/IPNandPDTVariables