hrendoh / PayPal-Recurring-Payment-example

This application is example how to implement recurring payment using Express Checkout.
35 stars 30 forks source link

Facing error on review.php and order_confirm.php #4

Open waseemjutt opened 7 years ago

waseemjutt commented 7 years ago

review.php string(206) "METHOD=GetExpressCheckoutDetails&VERSION=86&PWD=WX4WTU3S8MY44S7F&USER=jb-us-seller_api1.paypal.com&SIGNATURE=AFcWxV21C7fd0v3bYYYRCpSSRl31A7yDhhsPUU2XhtMoZXsWHFxu-RWy&TOKEN=EC-7MM063254F601792Y&BUTTONSOURCE="

and when i click on order_conform.php

string(465) "METHOD=CreateRecurringPaymentsProfile&VERSION=86&PWD=WX4WTU3S8MY44S7F&USER=jb-us-seller_api1.paypal.com&SIGNATURE=AFcWxV21C7fd0v3bYYYRCpSSRl31A7yDhhsPUU2XhtMoZXsWHFxu-RWy&TOKEN=EC-7MM063254F601792Y&SHIPTONAME=WASEEM+jUTT&SHIPTOSTREET=1+Main+St&SHIPTOCITY=San+Jose&SHIPTOSTATE=CA&SHIPTOZIP=95131&SHIPTOCOUNTRY=US&PROFILESTARTDATE=&DESC=Test+Recurring+Payment%28%241+monthly%29&BILLINGPERIOD=Month&BILLINGFREQUENCY=5&AMT=1&CURRENCYCODE=USD&IPADDRESS=::1&BUTTONSOURCE=" GetExpressCheckoutDetails API call failed. Detailed Error Message: Subscription start date is requiredShort Error Message: Start Date is requiredError Code: 11549Error Severity Code: Error

hmnd commented 7 years ago

Might be a little too late to reply to this, but I noticed that you haven't set the PROFILESTARTDATE parameter. That's why you're getting this error.

Joelmohanraj commented 12 months ago

I also had same issue. I had to fix the path url for review.php. then it was working.