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
902 Views Asked by redgeoff At
1
There are 1 best solutions below
Related Questions in PHP
- php Variable name must change in for loop
- register_shutdown_function is not getting called
- Query returning zero rows despite entries existing
- Retrieving *number* pages by page id
- Automatically closing tags in form input?
- How to resize images with PHP PARSE SDK
- how to send email from localhost using codeigniter?
- Mariadb max Error while sending QUERY packet PID
- Multiusers login redirect different page in php
- Imaginary folder when I use "DirectoryIterator" in PHP?
- CodeIgniter + XDebug: debug only working in the main controller, index() function
- PHP script timeout when I use sleep()
- posting javascript populated form to another php page
- AJAX PHP - Reload div after submit
- PHP : How can I check Array in array?
Related Questions in PAYPAL
- Notice: Undefined offset: 1, but there is such offset
- PayPal ipnNotificationUrl Turned off and not sending notifications to URL
- purchase individual items and subscriptions in the same PayPal REST API transaction
- Express Checkout InContext - Paypal user address selector
- PayPal API QueryParameters not found
- Validating PayPal Form on iPhone
- switching from sandbox to paypal live
- Magento - Paypal Express - Checkout sending incorrect postcode
- Paypal IPN: my domain suffix appears twice
- Opencart :- How to use different page style in paypal express checkout?
- Email serial code for digial product after paypal payment
- Getting the Payer Information in PayPal Classic API
- How to controll 'Choose a way to pay' in paypal using REST API
- Getting INVALID , on Paypal
- PayPal payout with paypal_id as a recipient
Related Questions in PAYFLOWPRO
- PayPal API - Processing both one time payment and a recurring payment in a single checkout using PayFlow Pro
- Getting Approved as [RESPMSG] in Payflow recurring payment, but no transaction history in PayPal account
- Intregration Paypal Pro payment
- auth fails despite (i believe) correct credentials
- Payflow API returning null response on multiple asynch requests
- How to eliminate PayPal Express Checkout for Payflow order review?
- Issues with processing PayPal Payment
- Paypal Recurring Payments IPN
- PayPal payflowpro error 11581 Profile description is invalid
- PayPal POODLE Fix broke our legacy Java site checkout
- Payflow checkout error - "Invalid merchant information: 10002"
- Paypal Pro (Payflow edition) API questions
- How to do PayPal Payflow Test Transactions?
- How to get Payment done by Credit Card Transaction (done not by PayPal account ) in my PayPal Sandbox account.
- getting Invalid Merchant or Merchant doesn't exist! with payflow when opening payflow link
Related Questions in PAYFLOWLINK
- Payflow in magento 1610 is creating reference charges... why?
- PayPal Advanced (PayFlow Link) one gateway, multiple domains
- getting Invalid Merchant or Merchant doesn't exist! with payflow when opening payflow link
- Payflow Advanced: Secure token?
- PayPal API Taking Very Long Time To Respond
- Payflow Link hosted pages issue with mobile browsers
- Blocking eChecks in PayPal
- PayPal payflow for half payment
- PHP code to refund a charge with Payflow Pro
- Error with PayPal Payflow Gateway on mobile devices
- Paypal Payflow Link silent post obsolete encryption
- Payflow link error - token missing
- Payflow - Error code 52 Insufficient permissions to perform transaction
- Timeout waiting for Processor response on PayPal Hosted Checkout Page goest always on error page url
- PayPal Express Checkout is not setup on this account
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 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