<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Video Tutorials Academy</title>
	<atom:link href="http://videotutorialsacademy.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://videotutorialsacademy.com</link>
	<description>Video Guides for IM and more</description>
	<lastBuildDate>Sun, 22 Jan 2012 21:51:46 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3</generator>
		<item>
		<title>How to Prepare a Paypal Sandbox for Payment Testings</title>
		<link>http://videotutorialsacademy.com/2012/01/how-to-prepare-a-paypal-sandbox-for-payment-testings/</link>
		<comments>http://videotutorialsacademy.com/2012/01/how-to-prepare-a-paypal-sandbox-for-payment-testings/#comments</comments>
		<pubDate>Sun, 22 Jan 2012 21:39:35 +0000</pubDate>
		<dc:creator>emenas</dc:creator>
				<category><![CDATA[How to Perform Tests]]></category>

		<guid isPermaLink="false">http://videotutorialsacademy.com/?p=26</guid>
		<description><![CDATA[How to Setup a Test Sandbox Paypal Account to Test Digital Access Pass (DAP) Sandbox in Paypal works like this: You open up a Developer account with a REAL email from which you must respond to verify the email send to you by Paypal for verification. WITHIN this account and being LOGGED IN you can [...]]]></description>
			<content:encoded><![CDATA[<h1>How to Setup a Test Sandbox Paypal Account to Test Digital Access Pass (DAP)</h1>
<p>Sandbox in Paypal works like this:<br />
You open up a Developer account with a REAL email from which you must<br />
respond to verify the email send to you by Paypal for verification.<br />
WITHIN this account and being LOGGED IN you can set up PRECONFIGURED ACCOUNTS<br />
with emails and passwords autocreated by pp to be used as Merchant or Buyer accounts.</p>
<p>So, follow the steps below:</p>
<h2>STEP1:</h2>
<p>Register a Developer Account with developer.paypal.com<br />
You should use a valid email during registration because you will need to verify the email.</p>
<p>developer account login name:       taid@scanmyexpenses.com<br />
Password to login : q2d4<br />
That is the DEVELOPER ACCOUNT and you need to stay Logged In this account for all steps below, INCLUDING the TEST phase.</p>
<h2></h2>
<h2></h2>
<h2>STEP2:</h2>
<p>WITHIN this account, being logged in, I use the PRECONFIGURED link to setup:</p>
<p>1. SELLER ACCOUNT with email:<br />
Paypal will AUTOGENERATE both the email and the password. Example is:</p>
<p>taid_1327187341_biz@scanmyexpenses.com<br />
PASS: 327187245</p>
<p>*your only chance to deposit test money into this account is on creating the account (deposit function does not work) so make sure you put on some money into the account at this stage</p>
<p>**the taid_132&#8230; email is AUTOGENERATED by Paypal. You CANNOT enter anything different in the email field, I attempted to change the suggested email to something and got an error!</p>
<p>2. BUYER ACCOUNT with email:<br />
Paypal will AUTOGENERATE both the email and the password. Example is:</p>
<p>taid_1327187545_per@scanmyexpenses.com<br />
PASS: 327187516</p>
<p>*your only chance to deposit test money into this account is on creating the account (deposit function does not work) so make sure you put on some money into the account at this stage</p>
<p>**the taid_132&#8230; email is AUTOGENERATED by Paypal. You CANNOT enter anything different in the email field, I attempted to change the suggested email to something and got an error!</p>
<p>The above emails are ONLY accessible once you are logged in as taid@scanmyexpenses.com (DEVELOPER) by using the TEST EMAILS menu selection on the left menu.</p>
<h2></h2>
<h2></h2>
<h2>STEP 3:</h2>
<p>WITHIN the DEVELOPER ACCOUNT (i.e. being logged in as taid@scanmyexpenses.com)<br />
you can now LOGIN as TEST SELLER ACCOUNT using the taid_132718&#8230; and 327187245</p>
<p>You need to do some specific SETUP to integrate with DAP.</p>
<p>It looks like we need TWO THINGS for DAP integration:</p>
<p>(A) we need to activate the Instant Payment Notification System (IPN) in Paypal<br />
and<br />
(B) we need to get the identity token and put it into DAP config</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<h2>STEP 4  -  SETTING UP INSTANT PAYMENT NOTIFICATION (IPN)</h2>
<p><a href="http://videotutorialsacademy.com/wp-content/uploads/2012/01/paypal-sandbox-test-accounts.jpg"><img class="size-full wp-image-27 aligncenter" title="paypal sandbox test accounts" src="http://videotutorialsacademy.com/wp-content/uploads/2012/01/paypal-sandbox-test-accounts.jpg" alt="" width="767" height="557" /></a></p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>Within the logged in developer account we go to Test Accounts, select the Business (Seller) test account and enter the sandbox test site.</p>
<p>Once inside the test business account, you go to My Account  &gt;  Profile</p>
<p>Inside Profile you go to Selling Preferences &gt;&gt; Instant Payment Notification Preferences</p>
<p>There you must enter the Notification URL which DAP defines as http://mysite/dap/dap-paypal.php<br />
and then you Enable the Receive IPN messages button.</p>
<p>This concludes the setting up of IPN</p>
<p>IMPORTANT NOTES FROM DAP DISCUSSION<br />
When you have MULTIPLE sites with DAP under one company name (like EMENAS having 30minsoccerbet and videotutorials etc) then WHAT URL should you use as you are only allowed ONE Notification URL???</p>
<p>Veena answers:<br />
The global setting just needs to be set to enable IPN. It does not matter what it actually points to. It just needs to point to a valid php script on any one of the sites. You can even point it to a script called dummy.php and create a dummy.php script with just php start and end tag.</p>
<p>The button level IPN is what matters. As long as you use paypal hosted button or dap generated button for paypal, the global ipn is not used. In both cases, button level ipn is set.</p>
<p>The global ipn is used ONLY if you sell using a button that does not set button level IPN.</p>
<p>&nbsp;</p>
<h2>STEP 5:   GETTING THE PAYPAL IDENTITY TOKEN</h2>
<p>While still logged in the Test Business account, still in Profile &gt;&gt; Selling Preferences,<br />
we now go to Website Payment Preferences, which opens up quite a lot of selections.</p>
<p><a href="http://videotutorialsacademy.com/wp-content/uploads/2012/01/paypal-identity-token.jpg"><img class="aligncenter size-full wp-image-30" title="paypal identity token" src="http://videotutorialsacademy.com/wp-content/uploads/2012/01/paypal-identity-token.jpg" alt="" width="631" height="483" /></a></p>
<p>&nbsp;</p>
<p>That&#8217;s the first thing you see.<br />
You must set AUTO RETURN TO ON first. Obvious.<br />
What is not so obvious is what you put in the Return URL: &#8230;</p>
<p>From the description, we understand that the Return URL is the Thank You! page on our site.<br />
But under DAP the Thank You! page is NOT just any static page but a SPECIFIC php that is handled by DAP!<br />
So what is this page???????</p>
<p>I look into the DAP docs&#8230;<br />
I have decided to use DAP-Generated Paypal Buy Buttons.<br />
I go to the documentation for DAP &#8211; Generated Paypal Buy Buttons and read that I must use as Return URL the http://30minsoccerbetandwin.com/dap/dap-thankyou.php</p>
<p>Again, discussing the use of dap with multiple sites, users ask how to handle multiple sites with one single return URL.<br />
Veena answers:<br />
When you hit the buy button, DAP dynamically figures out the ‘return’ URL for that site (based on the site the button is on) and sends it to Paypal.</p>
<p>Paypal requires that the global auto-return be set in the Paypal Profile -&gt; Website Payment Preferences (to allow Paypal to return users back to your site upon purchase).</p>
<p>So you need to set it but you can point the auto-return to any URL. Does not matter. DAP sends the return URL at button level to paypal.</p>
<p>Then I set:<br />
Payment Data Transfer:     ON<br />
Encrypted Website Payments:     OFF  (must look into this later)<br />
Paypal Account Optional:     OFF<br />
Contact Telephone Number:     OFF<br />
Express Checkout Settings:     No<br />
Then hit SAVE<br />
This concludes the Identity Token Settings</p>
<p>After SAVE you enter the Website Preferences once again and see the Identity Token like this:</p>
<p>Identity Token is: -P6xcruTPEKp0-r5P_y4h5_lwFF4hCzz9B1CEy-FgnoMai8cjByUiAW1Nmi</p>
<p>&nbsp;</p>
<h2>STEP 6:   TRANSFERRING THE DATA TO DAP</h2>
<p>Once finished with the Sandbox setup and have all data at hand (Return URL, Token, test accounts etc) we need to put everything into DAP and configure it so it will work with this test sandbox account.</p>
<p>I will go through the whole DAP site setup step by step again, begining from creating a product, then creating a DAP generated buy button for this product and then configuring DAP to use the Paypal sandbox connection for testing based on the settings above.</p>
<p>All these steps will be documented in another file called &#8220;Setting Up DAP for testing&#8221;</p>
]]></content:encoded>
			<wfw:commentRss>http://videotutorialsacademy.com/2012/01/how-to-prepare-a-paypal-sandbox-for-payment-testings/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>WordPress Resources at SiteGround</title>
		<link>http://videotutorialsacademy.com/2010/07/wordpress-resources-at-siteground/</link>
		<comments>http://videotutorialsacademy.com/2010/07/wordpress-resources-at-siteground/#comments</comments>
		<pubDate>Wed, 28 Jul 2010 14:50:16 +0000</pubDate>
		<dc:creator>emenas</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://sgtest.myjourneys.net/swp/?p=1</guid>
		<description><![CDATA[WordPress is an award-winning web software, used by millions of webmasters worldwide for building their website or blog. SiteGround is proud to host this particular WordPress installation and to provide the following resources, which facilitate the creation of WP websites: WordPress tutorial Free WordPress themes Expert WordPress hosting WordPress tutorial The WordPress tutorial at SiteGround [...]]]></description>
			<content:encoded><![CDATA[<p><!-- 		@page { margin: 0.79in } 		H1 { margin-bottom: 0.08in; line-height: 100%; widows: 0; orphans: 0 } 		H1.western { font-family: "Times New Roman", serif } 		H1.cjk { font-family: "Lucida Sans Unicode", sans-serif } 		H1.ctl { font-family: "Tahoma", sans-serif } 		P { margin-bottom: 0.08in; line-height: 100%; widows: 0; orphans: 0 } 		P.western { font-family: "Times New Roman", serif; font-size: 12pt } 		P.cjk { font-family: "Lucida Sans Unicode", sans-serif; font-size: 12pt } 		P.ctl { font-family: "Tahoma", sans-serif; font-size: 12pt } 		A:link { so-language: zxx } -->WordPress is an award-winning web software, used by millions of webmasters worldwide for building their website or blog. SiteGround is proud to host this particular WordPress installation and to provide the following resources, which facilitate the creation of WP websites:</p>
<ul>
<li><a href="http://www.siteground.com/tutorials/wordpress/">WordPress 	tutorial</a></li>
<li><a href="http://www.siteground.com/wordpress-hosting/wordpress-themes.htm">Free 	WordPress themes</a></li>
<li><a href="http://www.siteground.com/wordpress-hosting.htm">Expert 	WordPress hosting</a></li>
</ul>
<p><strong><a href="http://www.siteground.com/tutorials/wordpress/">WordPress tutorial</a></strong><br />
The WordPress tutorial at SiteGround shows how and where to actually start creating your blog site. It includes installation and theme change instructions, management of WordPress plugins, upgrade and backup manuals, and more.</p>
<p><strong><a href="http://www.siteground.com/wordpress-hosting/wordpress-themes.htm">Free WordPress themes</a></strong><br />
The WordPress theme gallery at SiteGround contains a rich collection of free to use WordPress themes. The themes are suitable for any type of blog and are easy to customize for the particular use the webmaster might need.</p>
<p><strong><a href="http://www.siteground.com/wordpress-hosting.htm">Expert WordPress hosting</a></strong><br />
SiteGround servers are fully-optimized to accommodate WordPress-powered websites. Free installation of WordPress is also included in the hosting services provided by SiteGround.</p>
]]></content:encoded>
			<wfw:commentRss>http://videotutorialsacademy.com/2010/07/wordpress-resources-at-siteground/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

