I do not receive notifications when the payment is visa

0

When the payment is for VISA, they inform IPN once in state opened . The ipn.php does not receive the confirmation of the visa payment, only a message attached where it says that the status of the merchan order is opened , the topic payment was never notified.

Can you tell me what happened? If it always happens with all VISA cases in this way? How can I do to integrate paid market to my application and find out that a subscription was paid when it is generated with VISA.

[status] => opened

This is the notification they send:

[status] => 200
    [response] => Array
        (
            [id] => 640123661
            [preference_id] => 22asfdafasfdafda-93e5-4d69-8225-06d7e13ffe8c
            [date_created] => 2018-01-18T09:03:15.000-04:00
            [last_updated] => 2018-01-18T09:03:15.000-04:00
            [application_id] =>
            [status] => opened
            [site_id] => MLA
            [payer] =>
            [collector] => Array
                (
                    [id] => 229484311
                    [email] => asdfasf
                    [nickname] => Masfdasffsdf
                )

            [sponsor_id] => 203341501
            [payments] => Array
                (
                )

            [paid_amount] => 0
            [refunded_amount] => 0
            [shipping_cost] => 0
            [cancelled] =>
            [items] => Array
                (
                    [0] => Array
                        (
                            [category_id] =>
                            [currency_id] => ARS
                            [description] => sfasf
                            [id] => 158.AMMEFCI
                            [picture_url] => http://www.asfd.com/img/asfd.png
                            [quantity] => 1
                            [unit_price] => 500
                            [title] => Producto sin descripción
                        )

                )

            [marketplace] => NONE
            [shipments] => Array
                (
                )

            [external_reference] => 10416
            [additional_info] =>
            [notification_url] => https://masdfasfm/ipn.php
            [total_amount] => 500
        )
    
asked by Lucas 31.01.2018 в 03:40
source

0 answers