There is no PHP SDK for PayPal Payflow Pro. How can a Payflow Pro credit card charge be refunded using PHP? How can this be done so that we are PCI compliant--without using a credit card number?
PHP code to refund a charge with Payflow Pro
903 Views Asked by redgeoff At
1
There are 1 best solutions below
Related Questions in PHP
- How to add the dynamic new rows from my registration form in my database?
- Issue in payment form gateway
- How to create a facet for WP gridbuilder that displays both parent and child custom fields?
- Function in anonymous Laravel Blade component
- How to change woocomerce or full wordpress currency with value from USD to AUD
- General questions about creating a custom theme Moodle CMS
- How to add logging to an abstract class in php
- error 500 on IIS FastCGI but no clue despite multiple error loggings activated
- Composer installation fails and reverts ./composer.json and ./composer.lock to original content
- How to isolate PHP apps from each other on a local machine(Windows or Linux)?
- Laravel: Using belongsToMany relationship with MongoDB
- window.location.href redirects but is causing problems on the webpage
- Key provided is shorter than 256 bits, only 64 bits provided
- Laravel's whereBetween method not working with two timestamps
- Implementing UUID as primary key in Laravel intermediate table
Related Questions in PAYPAL
- PayPal v2 invoicing API "INVALID_REQUEST" from incorrect amount fields
- laravel paypal ssl eror, package used srmklive / laravel-paypal
- When a PayPal subscription payment is successful, why do I see two transactions? One is $0, and the other one is a regular payment
- Wrong payment currency with Paypal in WooCommerce
- Storing completed payment information from the new 'Pay link or button' PayPal integration
- Can The HTML for the Pay Link Be Updated?
- Locating Existing APP ID for Adaptive Payments in PayPal Business Account
- How to Store PayPal Subscription ID in MongoDB After Payment?
- PayPal login integration refresh_token
- Title: Dynamically Adding Total Amount to PayPal Payment Button from Booking Webpage
- How can I send money to someone else's bank account linked to Paypal using Paypal API?
- PayPal Express Checkout - get PII / billing information from the PayPal account on payment
- Credit card fields showing under PayPal Express Checkout
- Error using PayPal subscription with Multiple Subscription buttons
- Simple Paypal button integration results in 404 error
Related Questions in PAYFLOWPRO
- PayPal Payflow , 'user authentication failed'
- getting Invalid Merchant or Merchant doesn't exist! with payflow when opening payflow link
- Is PayPal Hosted Checkout Pages integration considered legacy?
- paypal refund order API return Authorization failed due to insufficient permissions
- how payment can be deposited to merchants acc who(merchants) gave permissions to my application
- Using PayPal Payflow Card on File feature for future recharging with their API
- Enable CORS in an Angular Paypal Docker application
- PayPal Payflow Pro Integration Using IFrame Tokenizer
- PayPal Payflow Pro Result 117: Failed merchant rule check
- How to get paypal partner name and vandor name for credit card from paypal pro setup in magneto 2
- Difference between Payflow Pro and Payflow Link
- PayPal PayFlow Pro - Credit Card Validation : BILLTOZIP / AVSZIP
- PayPal PayFlow Pro - Credit Card Verification : CVV2 & BILLTOZIP
- Can I send a PNREF from a previous transaction when using Hosted Pages?
- PayPal Payflow Recurring Billing: re-activating a profile
Related Questions in PAYFLOWLINK
- getting Invalid Merchant or Merchant doesn't exist! with payflow when opening payflow link
- PayPal API Taking Very Long Time To Respond
- Difference between Payflow Pro and Payflow Link
- PayPal Payflow redirects to Express Checkout, instead of showing Hosted Checkout page with card fields
- Paypal Payflow Hosted Checkout page
- PayPal Express Checkout is not setup on this account
- Meteorjs payflow intergration working on website but not on ios app
- How to pass a $_POST from a redirect page
- PayPal Payflow Link / PayflowPro Error Invalid Required Domain
- Paypal error "Transaction declined"
- Specifying Sales/Other Tax component with Payflow
- Offsite payment gateway for Spring MVC supporting MENA region
- Payflow payment integration in ruby on rails
- Payflow Gateway w/ Secure Token & Transparent Redirect - return URL issue
- Error with PayPal Payflow Gateway on mobile devices
Trending Questions
- UIImageView Frame Doesn't Reflect Constraints
- Is it possible to use adb commands to click on a view by finding its ID?
- How to create a new web character symbol recognizable by html/javascript?
- Why isn't my CSS3 animation smooth in Google Chrome (but very smooth on other browsers)?
- Heap Gives Page Fault
- Connect ffmpeg to Visual Studio 2008
- Both Object- and ValueAnimator jumps when Duration is set above API LvL 24
- How to avoid default initialization of objects in std::vector?
- second argument of the command line arguments in a format other than char** argv or char* argv[]
- How to improve efficiency of algorithm which generates next lexicographic permutation?
- Navigating to the another actvity app getting crash in android
- How to read the particular message format in android and store in sqlite database?
- Resetting inventory status after order is cancelled
- Efficiently compute powers of X in SSE/AVX
- Insert into an external database using ajax and php : POST 500 (Internal Server Error)
Popular # Hahtags
Popular Questions
- How do I undo the most recent local commits in Git?
- How can I remove a specific item from an array in JavaScript?
- How do I delete a Git branch locally and remotely?
- Find all files containing a specific text (string) on Linux?
- How do I revert a Git repository to a previous commit?
- How do I create an HTML button that acts like a link?
- How do I check out a remote Git branch?
- How do I force "git pull" to overwrite local files?
- How do I list all files of a directory?
- How to check whether a string contains a substring in JavaScript?
- How do I redirect to another webpage?
- How can I iterate over rows in a Pandas DataFrame?
- How do I convert a String to an int in Java?
- Does Python have a string 'contains' substring method?
- How do I check if a string contains a specific word?
Here is some PHP code that uses curl to refund a credit card charge. This code is based on Radu Manole's SDK. For more info see Payflow Pro Developer's Guide: https://www.paypalobjects.com/webstatic/en_US/developer/docs/pdf/pp_payflowpro_guide.pdf