Step 6 - Handle Post Payment Response
Integrating with the PayLinks payment gateway simplifies the payment process by providing a ready-made payment page that supports various payment methods, not just card entries. This page efficiently collects all necessary billing and shipping information.
Handling Callbacks and IPNs
In our PayLinks integration, we do not manage callbacks or Instant Payment Notifications (IPNs) directly. Instead, post-payment notifications from PayLinks will be sent to the IPNs configured on your dashboard.
Managing Responses
These IPN responses will be handled through the configured IPN settings. Ensure your backend is set up to process these notifications appropriately.
Additional Resources
For more details on configuring and managing IPNs, please refer to our article:How to configure Instant Payment notification (IPN)?