Can't complete subscription purchase in sandbox

robjbrain
Contributor
Contributor

Hi when trying to test a subscription process I am unable to complete the process because I am asked to log in and then immediately redirect to my profile (within sandbox) with no option to actually complete the checkout.

 

Here are screenshots of the screenflow:

 

Checkout: http://i.imgur.com/6V5P9ab.png

Asked to login: http://i.imgur.com/74T97E4.png?1

Redirect to profile???: http://i.imgur.com/FdHvI0h.png

 

Is this a bug? I can't test my subscription purchase at the moment because of this error.

Login to Me Too
5 REPLIES 5

robjbrain
Contributor
Contributor

 

Here is the button code: 

 

<form action="https://www.sandbox.paypal.com/cgi-bin/webscr" id="paypal_subscription_form" method="post" name="paypal_subscription_form" target="_top">
			<input name="cmd" type="hidden" value="_xclick-subscriptions">
			<input name="business" type="hidden" value="{removed}">
			<input name="lc" type="hidden" value="GB">
			<input name="item_name" type="hidden" value="{removed}">
			<input name="item_number" type="hidden" value="cart_id_29">
			<input name="no_note" type="hidden" value="1">
			<input name="no_shipping" type="hidden" value="1">
			<input name="rm" type="hidden" value="2">
			<input name="return" type="hidden" value="http://domain.dev/newshop/paypal/return?utm_nooverride=1">
			<input name="cancel_return" type="hidden" value="http://domain.dev/newshop/paypal/cancel?utm_nooverride=1">
			<input name="src" type="hidden" value="1">
			<input name="sra" type="hidden" value="1">
			<input name="modify" type="hidden" value="0">
			<input name="amount" type="hidden" value="10">
			<input name="currency_code" type="hidden" value="GBP">
			<input name="button_subtype" type="hidden" value="products">
			<input name="a3" type="hidden" value="10">
			<input name="p3" type="hidden" value="1">
			<input name="t3" type="hidden" value="Y">
			<input name="bn" type="hidden" value="PP-BuyNowBF:btn_buynowCC_LG.gif:NonHosted">
			<input name="custom" type="hidden" value="5953446d4fd2f">
			<input name="a1" type="hidden" value="36.25">
			<input name="p1" type="hidden" value="1">
			<input name="t1" type="hidden" value="Y">
			<input alt="PayPal — The safer, easier way to pay online." name="submit" src="https://www.paypalobjects.com/en_GB/i/btn/btn_subscribe_LG.gif" type="image">
		</form>

 

Login to Me Too

MTS_Ciaran
Moderator
Moderator

Testing the button code, I'm getting the correct sign up page now.... are you still seeing the issue?

 

1_1.png

Login to Me Too

diafano
Contributor
Contributor

Hi! i'm getting the same error. If you click on "log in", you will be redirected to https://www.sandbox3.paypal.com... (with a broken certificate). After login in, you will be redirected to your paypal sandbox profile and you can't complete the transaction.
Thanks!

Login to Me Too

klimo
Contributor
Contributor
Hi,
i am getting a similar problem and i think you haven't quite understood it.
i am getting to the correct sign up page too, but when i click "Log In" to complete the payment, i am redirected to the account page.

i was expecting to complete the purchase and then be redirected to my website.

on my seller-accounts website, i dont see any payment so i assume something is not working as it should

thanks in advance!
Login to Me Too

MTS_Justin
Moderator
Moderator

Hello,

 

This issue is being covered in the following thread

 

Please subscribe to that thread to be kept updated on this issue

 

Our developers are aware and actively working on the issue

 

 


Was my post helpful? If so, please give me a kudos!
Login to Me Too

Haven't Found your Answer?

It happens. Hit the "Login to Ask the community" button to create a question for the PayPal community.