
Integrate CommerceGate with affiliate software | Post Affiliate Pro
Learn how to integrate CommerceGate with Post Affiliate Pro for seamless online payment processing, lifetime commissions, and secure affiliate management. Enhan...
Integrate GoPay with Post Affiliate Pro to register sale commissions via API. Set up the SuccessURL parameter, send special data, and register commissions. Build a Post Affiliate Pro dashboard and schedule a call to enhance your business.
This integration method integrates webpage defined in successURL parameter. Using Post Affiliate Pro API you can register a commission.
If you are already using successURL please continue with step 2.
If you do not use successURL parameter in your payment form/link you have to add it. If you do this, you have to modify the script which creates encryptedSignature for you, so it includes successURL too. The form line of code should look like this:
<input name="paymentCommand.successURL" value="http://www.yourshop.com/success" />
To successfully integrate GoPay you have to add a GET parameter with affiliate cookie value to the successURL parameter. You have to do this before encryptedSignature is created, as it would not match with the original successURL.
If your successURL look like this: ‘http://www.yourshop.com/thanks.php’
the modified one have to look like this: ‘** http://www.yourshop.com/thanks.php?custom= ** ‘
You have to set value of GET parameter ‘ custom ‘ with value of cookie PAPVisitorId. You can do it e.g. using _PHP $COOKIE superglobal variable.
The final link should look like this:
http://www.yourshop.com/thanks.php?custom=0c47be0634f3cd4331a8ede00qrpDxEg
or with predefined account:
http://www.yourshop.com/thanks.php?custom=default10c47be0634f3cd4331a8ede00qrpDxEg
Last step is registration of sale commission. In your successURL file, at the place where you check if the transaction was paid successfully (GopaySoap::isEshopPaymentDone) you have to add our API code for creating a commission.
If the transaction is OK (opayHelper::PAYMENT_DONE), you have to load the transaction details and use it for the commission.
Here is an example API code:
<?php
include_once('PapApi.class.php'); // path to your PAP4 API file
$saleTracker = new Pap_Api_SaleTracker('https://URL_TO_PostAffiliatePro/scripts/sale.php');
$saleTracker->setAccountId('Account_ID');
$saleTracker->setVisitorId(substr($_GET['custom'],-32));
$sale = $saleTracker->createSale();
$sale->setTotalCost($order->total); // $order is supposed to be your shop variable
$sale->setOrderID($_GET['variableSymbol']);
$sale->setProductID($order->prodId);
$saleTracker->register();
GoPay is a comprehensive digital wallet and payment solution designed to simplify financial transactions for both consumers and businesses. Offering a wide range of services, GoPay allows users to manage payments and finances efficiently. It supports over 100 products, including mobile reloads, utility bills, and content subscriptions, all with the added benefit of cashback rewards. With support for various payment methods like debit/credit cards, Apple Pay, Google Pay, PayPal, and even Bitcoin, GoPay provides a versatile platform for secure and convenient cashless transactions, trusted by over 18,000 merchants globally.
Emerging from Gojek in 2010, GoPay began as part of a call center venture connecting consumers to courier services in Indonesia. The launch of the Gojek app in 2015 marked its evolution into a super app, with GoPay becoming a significant player in Indonesia’s digital payment landscape. In 2021, GoPay became part of GoTo, a conglomerate formed through a merger with Tokopedia, further solidifying its position in the market.
GoPay primarily targets urban dwellers integrated into the digital economy, emphasizing convenience through cashless transactions. A key focus for GoPay is promoting financial inclusion by reaching unbanked populations. It achieves this by offering a standalone app and collaborating with various entities to expand accessibility, even into rural areas, ensuring that more people can benefit from its financial services.
GoPay stands out with its array of features designed for a seamless user experience:
GoPay offers competitive and transparent pricing options:
GoPay has garnered mixed reviews from its user base:
Overall, while GoPay provides substantial value, addressing these technical challenges could enhance user satisfaction.
For a more in-depth understanding, several YouTube reviews provide valuable insights into GoPay’s features and user experience:
For those considering other options, several alternatives to GoPay are available:
GoPay is a comprehensive digital wallet and payment solution enabling consumers and businesses to manage payments efficiently. Supporting over 100 products and multiple payment methods, GoPay provides secure, convenient cashless transactions and is trusted by over 18,000 merchants globally.
Set up the SuccessURL parameter in your payment form, append the affiliate cookie value to the successURL, and use Post Affiliate Pro API code to register sale commissions after successful payment.
GoPay offers digital wallet functionality, seamless mobile experience, merchant solutions like recurring payments, and rewards such as cashback. It supports multiple payment methods and currencies.
GoPay provides transparent pricing: no setup or cancellation fees, monthly fees if payment volume is low, card payments ranging from 2.1%–4.4% plus a fixed charge, and other payment methods like Bitcoin at 2.20% plus a fixed fee.
Users appreciate GoPay for its affordability, features, and rewards. Some report technical issues and slow customer support, suggesting room for improvement in these areas.
Alternatives to GoPay include PayU, CyberSource, Wirecard, Cleeng, SafeCharge, Kashier, Fawaterk, Almuqeet, Paymento Financial, and Newgen.
Lucia is a talented content editor who ensures the seamless publication of content across multiple platforms.
Discover how integrating GoPay with Post Affiliate Pro can streamline your payment processes and effortlessly register commissions. Schedule a call or start your free trial now!
Learn how to integrate CommerceGate with Post Affiliate Pro for seamless online payment processing, lifetime commissions, and secure affiliate management. Enhan...
Would you like to improve your affiliate software even more? Check out the WebToPay integration for Post Affiliate Pro.
Discover how to integrate Paysite Cash with Post Affiliate Pro for secure, reliable payment processing and robust affiliate tracking, tailored for high-risk and...