Un proveedor líder mundial de soluciones de procesamiento de tarjetas de crédito y de gestión de riesgos de fraude y seguridad.
CyberSource se integra utilizando la devolución de llamada SOP incluso si la devolución de llamada es utilizada por otro sistema (por ejemplo, el carrito de la compra).
Configura tu número variable personalizado
Justo después de activar el plugin CyberSource, tienes que configurar un número de variables personalizadas, que se utilizarán para transferir los datos de seguimiento a PAP. Accede a tu panel de vendedor. Ve al menú Inicio >Plugins. Ahora haz clic en Configurar botón en el elemento del plugin CyberSource. Aquí puedes configurar el número de 1 a 4. Por defecto es el 1.
Edita formularios de botones
Ahora añade el siguiente código en el formulario de Botón Cibernético:
<input type="hidden" name="merchantDefinedData2" value="" id="pap_dx8vc2s5">
<script id="pap_x2s6df8d" src="https://URL_TO_PostAffiliatePro/scripts/notifysale.php" type="text/javascript">
</script>
El nombre del elemento debe ser merchantDefinedDataNUMBER. Donde NÚMERO es el número del campo personalizado que has configurado en el paso 1.
Integración 2
Ahora la llamada de retorno del SOP apunta a tu script. Esta llamada de retorno tiene que ser reenviada también al script PAP cybersource.php, cuya url es:
https://URL_TO_PostAffiliatePro/plugins/CyberSource/cybersource.php
En caso de que tu script de procesamiento de cybersource esté en PHP, puedes utilizar el siguiente código para conseguirlo. Puedes colocarlo al principio de tu archivo de procesamiento.
/* PAP integration */
$ch = curl_init();
curl_setopt($ch, CURLOPT_URL, "https://URL_TO_PostAffiliatePro/plugins/CyberSource/cybersource.php");
curl_setopt($ch, CURLOPT_POST, 1);
curl_setopt($ch, CURLOPT_POSTFIELDS, $_POST);
curl_exec($ch);
/* end of PAP integration */
Esto garantizará que toda la devolución de llamada del SOP se reenvíe sin afectar a tu script original
Esto es todo lo que se necesita. Ahora, cada vez que haya una venta, CyberSource utilizará su función SOP para llamar a nuestro script de seguimiento de ventas, y el sistema generará una comisión para el afiliado.
El texto habla sobre la integración de CyberSource, un proveedor líder mundial de soluciones de procesamiento de tarjetas de crédito y gestión de riesgos de fraude y seguridad, utilizando el POST de pedido silencioso (SOP) en Post Affiliate Pro. Para integrarse con CyberSource, se necesita el plugin CyberSource que se distribuye con PAP por defecto, y es necesario configurar un número de variables personalizadas. Además, se mencionan algunos formularios de botones de edición y se explica cómo usar las páginas de pedido alojadas. En resumen, el texto es un tutorial sobre cómo integrar CyberSource en Post Affiliate Pro.
The TEXT contains information about a company offering affiliate marketing services. It includes sections on the company itself, customer ratings, an affiliate marketing program, a blog, and a glossary. The website also has a newsletter and social media accounts. The text mentions a program called "Post Affiliate Pro" and provides updates on its installation progress. The website uses cookies and offers a contact form and live chat feature.
The text discusses various integration options with Post Affiliate Pro, including recurring sales integration with PayPal and registration form integration. It also mentions the availability of a free trial and the trust of highly rated customers. Additionally, it provides code snippets for integrating with aMember and setting up affiliate accounts for new users.
The text discusses Post Affiliate Pro, a tool for affiliate marketing that allows people to create their own subdomain account for tracking sales. It provides detailed instructions on how to integrate the tool with Iono and mentions some of Iono's features. The text also highlights integrations with aMember, Recurly, PaySimple, and other relevant resources. The process for integrating Recurly and PaySimple are also covered, along with tips for successful integration. Additionally, the text mentions resources like Payrexx, CommerceGate, Instamojo, Fortune3, and Protección Antifraude.