Reputation: 886
I need to test payment reversal (not refund) webhook events. I tried using the webhook simulator but am unable to search using the refund id given by it. Is there any other way I can force a sandbox payment into throwing a reversal event?
Upvotes: 0
Views: 427
Reputation: 151
Webhooks Simulator generates a sample payload for an event and does not create an actual transaction. You won't be able to search refund Id generated by webhooks simulator.
You can read more about Payment Reversal at http://www.ebay.com/gds/Why-has-my-paypal-payment-been-reversed-/10000000000112025/g.html
This is a behavior which PayPal needs to trigger, and can not be triggered by a PayPal user.
Upvotes: 0