function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
Gaurav PathakGaurav Pathak 

PayPal not working recurring payment

Hey All,
 
I had integrate  PayPal with SF for donations. Donations can be one-time or recurring, For some  reason, when we are filling correct Credit card number and wrong CVV no etc, we receive Transaction Id???   but if we are entering wrong Credit card number its work fine and wrong payment massage showing. Do'nt known what is missing here!!
Any help would be greatly appreciated!

Thanks!!!
 
Best Answer chosen by Gaurav Pathak
Gaurav PathakGaurav Pathak
You can use this link if you recieve same error

https://developer.paypal.com/docs/classic/direct-payment/ht_dp-singleAuthPayment-curl-etc/

or use aby thired party Credit Card Validation tools for validate card at same time.

Thanks

All Answers

Abhishek_DEOAbhishek_DEO
not sure, probably you need to enable negative testing if you are testing this in paypal sandbox
Please see this link (https://developer.paypal.com/docs/classic/lifecycle/sb_error-conditions/)
Gaurav PathakGaurav Pathak
You can use this link if you recieve same error

https://developer.paypal.com/docs/classic/direct-payment/ht_dp-singleAuthPayment-curl-etc/

or use aby thired party Credit Card Validation tools for validate card at same time.

Thanks
This was selected as the best answer