Error Code 10752 (Gateway Decline) when using UpdateRecurringPaymentsProfile

kbaron
Member
Member

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'
) 
Login to Me Too
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.