Stripe Connect: What’s the difference between Customers and Accounts?

When developing a Platform there are two functions you’re generally interested in: paying out and taking payment from users. Stripe divides these functions up into two separate object types. Accounts An Account is an object to represent a user that you pay out to. An account can have an External Account (a bank account, or … Read more

Paying for multiple items (at once) via paypal

See this sample and make the changes to yours accordingly. Basically add underscore to item name before number and give unique name to amount also with underscore and number. You have to give amount to each item based on your carts totals. <form action=”https://www.paypal.com/cgi-bin/webscr” method=”post”> <input type=”hidden” name=”cmd” value=”_cart”> <input type=”hidden” name=”upload” value=”1″> <input type=”hidden” … Read more

Payment Gateway for Pakistan [closed]

A.o.A Afrif, For Pakistanis, its very difficult to have ecommerce payment gateway as the biggest and easiest payment processor Paypal isn’t supported here. So you can have following options: 2Checkout (supports both cards and Paypal) Skrill UBL Go Green HBL (Setup Fee Rs. 40,000/-) MCB (Setup Fee Rs. 50,000/-) UBL (Setup Fee Rs. 50,000/-) Easy … Read more

Notify URL of PayPal

PayPal returns data back to your site via what they call IPN. Its really just a callback to a URL you specify. You can set this URL via the variable notify_url you can send to PayPal. Example: <input name=”notify_url” value=”http://yourdomain.com/notify_url.php” type=”hidden”> The notify_url.php in the example above receives some POST variables from PayPal when the … Read more

Hata!: SQLSTATE[HY000] [1045] Access denied for user 'divattrend_liink'@'localhost' (using password: YES)