Hi a get a error in paypal pro DoDirectPayment API Operation (NVP) 10548
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
hi a work in python a realize a requests DoDirectPayment API Operation (NVP)
here my code
data2 = {
'USER':USERNAME_LIVE,
'PWD':PASSWORD_LIVE,
'SIGNATURE':SIGNATURE_LIVE,
'VERSION': VERSION,
'IPADDRESS':'192.168.0.11',
'METHOD':'DoDirectPayment',
'PAYMENTACTION':'Sale',
'CREDITCARDTYPE':CARD_TYPE ,
'ACCT':CARD_NUMBER,
'EXPDATE':CARD_EXPDATE,
'CVV2':SECRECT_CODE,
'FIRSTNAME':'ANGEL',
'LASTNAME':'<removed>',
'EMAIL': USER_EMAIL,
'STREET':'<removed>',
'CITY': 'Miami',
'STATE':'FL',
'COUNTRYCODE': 'US',
'ZIP':'33130',
'AMT':'1.00',
'CURRENCYCODE':'USD',
'DESC':'plan description'
}
try:
response = requests.post(URL_LIVE, data=data2)
print(response)
print(response.text)
except requests.exceptions.HTTPError as err:
print(err)
when I make requests with sandbox everything is fine but now when I make the same request with the real data, does the error raise any idea?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
You may want to visit the Merchant Support Community as there are other developers and PayPal Techs who may be able to assist.

Haven't Found your Answer?
It happens. Hit the "Login to Ask the community" button to create a question for the PayPal community.
- PayPal Sandbox testing authorisation without logging in in About Payments
- Chumba Casino supported by PayPal's resolution team despite supporting documents limited account now in About Protections
- Error: 10548. Invalid Configuration. The merchant's account is not able to process transactions. in About Payments
- Account Limited - PayPal offering no support of how to retrieve money in My Feedback for PayPal