Questions tagged [payflowpro]

Payflow Pro is a payment processing service offered by PayPal to process payments directly on an e-commerce site without having to go through a page hosted by PayPal. APIs and pre-built integrations are available.

204 questions
3
votes
2 answers

PayFlow PayPal recurring Payment EXPDATE Validation

Hi I have been trying to validate CC no., CVV no., EXPDATE of the users credit card for recurring billing in PayFlow. The main objective is to let the user have access to subscription products only if the credit card is valid. I have been advised to…
3
votes
1 answer

Payflow recurring with hosted checkout pages

I want to integrate the recurring with payflow (with hosted pages on paypal) for my client. But I didn't find tutorial or sample code in php for the same. Beside this I am also not able to get answers for the below queries. After payment over…
Pardeep Beniwal
  • 63
  • 2
  • 10
3
votes
1 answer

Paypal Payflow Pro :- getting error 23 "Invalid account number"

I am performing a Paypal Payflow transaction. When I use the sandbox account and dummy credit card details, it work's fine, but when i use original url and correct credit card details, an error raised. The response is given below :- Array ( …
Rakhi Vijayan
  • 593
  • 1
  • 7
  • 12
3
votes
1 answer

Recurring Payments with Payflow Pro - Invalid transaction type

I have set up a website that uses the PayPal Payflow API to process payment transactions using a live Payments Pro account that has the Recurring Payment service. It works by first requesting a secure token and then committing the transaction. I…
nuander
  • 1,319
  • 1
  • 19
  • 33
3
votes
2 answers

Paypal Recurring Payments IPN

I set up an IPN inside Paypal to hit every time a Recurring Payment using Payflow Pro is set to go through. How can I make it send back the variable for the custom ID I need to make sure that I can use to extend the membership? So far I have tried…
3
votes
1 answer

payflow transparent redirect always taking to the error url

im trying to implement Paypal Payments Prop - transparent redirect. Here are the steps that i perfom: 1) i send a request the payflow gateway i.e. https://pilot-payflowpro.paypal.com with some parameters…
Ankit Khedekar
  • 924
  • 1
  • 7
  • 26
3
votes
1 answer

is IPN is available in payflow pro?

is paypal notificaiton [IPN] available for payflow pro sdk too? -What if recurring payment fails?
tumbudu
  • 699
  • 11
  • 26
3
votes
1 answer

Payflow Refunds

Does anybody know how to make a refund (when using payflow api) basing on pnref or others parameteres returned by call to paypal. Thanks Maciek
user1401308
  • 141
  • 1
  • 5
3
votes
1 answer

Paypal Pro (Payflow edition) API questions

I'm looking into paypal APIs (god there is a lot of them!) My question is this: There seem to be two editions for website payments pro (direct and payflow edition). See link below for the two…
jignesh
  • 766
  • 2
  • 10
  • 21
2
votes
1 answer

python-payflowpro on-demand payments

I'm trying to build a python solution where a user can enter a credit card which will be submitted and saved to the Payflow pro servers and can be billed on an on-demand basis. I know python-payflowpro supports recurring billing, but that occurs on…
Joe J
  • 9,985
  • 16
  • 68
  • 100
2
votes
0 answers

PayPal Payflow Pro with Chained Payments

I integrated PayPal Chained Payments API into a website. Now I wonder if there is any way to connect that with PayFlow Pro, for not having the roundtrip to PayPal's site. I think for security reasons it's not possible to display the payment flow in…
Mike
  • 2,686
  • 7
  • 44
  • 61
2
votes
1 answer

PayPal Express Checkout is not setup on this account

I am wondering why am I getting this error when redirecting my acquired SECURETOKEN and SECURETOKENID to https://payflowlink.paypal.com. According to this source, it happens if transaction mode is set to test, so I did set it to LIVE. My services…
melvnberd
  • 3,093
  • 6
  • 32
  • 69
2
votes
1 answer

Paypal PayFlow Pro Asp.Net configuration

So, this does not necessarily have to do directly with the code itself, although it is certainly a component of it. I recently downloaded and installed the PayFlow Pro SDK for use with ASP.net link here:…
jshbrmn
  • 1,737
  • 3
  • 22
  • 52
2
votes
0 answers

How payflow handle proration in upgrading subscription plans?

I have scenario in pay flow recurring payment. suppose if a user subscribe for "Quick Start ($40)" then upgrade its subscription to "Advance Plan($80)", how much payflow will charge user on next billing cycle, $40 (Price difference) or $80 (Advance…
gaurav malik
  • 556
  • 1
  • 6
  • 17
2
votes
2 answers

How can I do a complete test of credit card processing with PayPal's PayFlowPro?

I've already posted this on PayPal's x.com developer forum, but have always gotten fantastic results here, so I figured it couldn't hurt to ask... I've inherited a site from a developer who's no longer with the company. All I was given was the live…
EmmyS
  • 11,892
  • 48
  • 101
  • 156
1
2
3
13 14