bkeating / python-payflowpro

A simple Python client for PayPal's Payflow Pro API (HTTPS Interface).
https://www.paypal.com/us/webapps/mpp/payflow-payment-gateway
Apache License 2.0
47 stars 22 forks source link

Payflow Gateway / Credit Referenced Transaction Amount wrong... #11

Open cemkozinoglu opened 11 years ago

cemkozinoglu commented 11 years ago

When i do: responses, unconsumed_data = client.credit_referenced(transid)

From my Paypal manager / test mode, I can see a successful credit .. But unfortunately the amount is 1$ for some reason not the full amount which in this case was 45$...

Is this something paypal does in test mode? or something is funky with the created response by the Python PayflowPro?

bkeating commented 10 years ago

Hey @cemkozinoglu,

Is this still hanging up for you? Could I see a full interactive paste of your session? $1 authorizations may be part of the example code. I don't believe that exists elsewhere. You also generally want to avoid $1 auths. Paypal is suppose to support $0 auth but this is not an option via Payflow pro. I'll update the example to reflect this.