How can I get only one IPN instead 3 after receiving a payment?

Viewed 19

Every single payment that I receive I got 3 IPN and it makes my system in Integromat runs 3 operation, please how can I fix it to receive only one IPN?

Thanks

1 Answers

You cannot change the messages you receive, but you can change your IPN listener's code to check the txn_type variable and behave accordingly.

Related