Error Code 10752 (Gateway Decline) when using UpdateRecurringPaymentsProfile
kbaron
Member
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Posted on
Apr-02-2019
08:17 AM
Hi,
I'm trying to test updating a subscribers credit card information in our sandbox using UpdateRecurringPaymentsProfile.
I'm generating credit cards numbers from PayPal's credit card generator tool https://developer.paypal.com/developer/creditCardGenerator/
Each time I try, it fails. I receive Error Code 10752 (Gateway Decline). I'm unable to update a subscribers credit card.
Below are sample parameters I'm sending with the call, sensitive parameters have been replaced with 'TEST' for posting online;
['params'] => array( ['USER'] => 'TEST' ['PWD'] => 'TEST' ['VERSION'] => 124.0 ['PROFILEID'] => 'TEST' ['FIRSTNAME'] => 'TEST' ['LASTNAME'] => 'TEST' ['CREDITCARDTYPE'] => 'Visa' ['ACCT'] => <removed> ['CVV2'] => <removed> ['EXPDATE'] => <removed> ['METHOD'] => 'UpdateRecurringPaymentsProfile' )
0 REPLIES 0

Haven't Found your Answer?
It happens. Hit the "Login to Ask the community" button to create a question for the PayPal community.
Related Content
- PayPal sandbox test subscription fail for PayPal generated credit card in Sandbox Environment
- Gateway Decline, error 10752, Sandbox recurring profile creation NVP/SOAP in NVP/SOAP APIs
- Updating recurring profiles via NVP #10002: Authentication/Authorization Failed in NVP/SOAP APIs
- Getting an error when trying to buy subscription products from our site in Sandbox Environment