Creation structure with transparent Checkout + Pagseguro + Woocommerce [pending]

-2

I created a structure with form taking the woocommerce object to get the data of the cart, I make the sale to the pagseguro through a transparent and accurate checkout now send the return of the transaction to the woocommerce. Would you like to know if I can do this using the woocommerce app?

    
asked by anonymous 04.10.2018 / 13:47

1 answer

0
___ erkimt ___ Creation structure with transparent Checkout + Pagseguro + Woocommerce [pending] ______ qstntxt ___

I created a structure with form taking the woocommerce object to get the data of the cart, I make the sale to the pagseguro through a transparent and accurate checkout now send the return of the transaction to the woocommerce. Would you like to know if I can do this using the woocommerce app?

    
______ ___ azszpr355724

I was able to solve by adding the return url and reference, eg:

$data["notificationURL"]="https://www.meusite.com.br/wc-api/WC_PagSeguro_Gateway/"; $data["reference"]="PV".$refId;

    
___
11.01.2019 / 23:40