paypal

How to implement a quarterly subscription PayPal button

元气小坏坏 提交于 2020-01-05 07:51:21
问题 What I want to do is to have a PayPal subscription button on my website, with a quarterly rebilling option. I know there is a way to do this with non-hosted button code, but I am wondering if there is any way to implement this using PayPal hosted subscription buttons (for security). I'd like to avoid having to use an unhosted button code with encryption and all the script work that entails. 回答1: Paypal has an Advanced Subscription Button that integrates a few additional hidden fields to

What is wrong with my paypal process to receive webhook notifications?

前提是你 提交于 2020-01-05 07:27:48
问题 So this is what i did so far and it doesn't work, i will appreciate any help on the matter: my goal is to post back any webhook event that occur in my paypal sandbox account. So i have 2 accounts, one that belongs to the receiver of the money, call it "facilitator", one that belong to the "buyer", Now in my account,there is a Sandbox webhooks configuration, so i entered the following: https://csdieuqkzo.localtunnel.me goes without saying that this comes from localtunnel.me. So in my project,

What is wrong with my paypal process to receive webhook notifications?

*爱你&永不变心* 提交于 2020-01-05 07:27:10
问题 So this is what i did so far and it doesn't work, i will appreciate any help on the matter: my goal is to post back any webhook event that occur in my paypal sandbox account. So i have 2 accounts, one that belongs to the receiver of the money, call it "facilitator", one that belong to the "buyer", Now in my account,there is a Sandbox webhooks configuration, so i entered the following: https://csdieuqkzo.localtunnel.me goes without saying that this comes from localtunnel.me. So in my project,

What is wrong with my paypal process to receive webhook notifications?

时光总嘲笑我的痴心妄想 提交于 2020-01-05 07:25:27
问题 So this is what i did so far and it doesn't work, i will appreciate any help on the matter: my goal is to post back any webhook event that occur in my paypal sandbox account. So i have 2 accounts, one that belongs to the receiver of the money, call it "facilitator", one that belong to the "buyer", Now in my account,there is a Sandbox webhooks configuration, so i entered the following: https://csdieuqkzo.localtunnel.me goes without saying that this comes from localtunnel.me. So in my project,

Module RNPaypalWrapper error Apple-Mach-O linker Error in react native

筅森魡賤 提交于 2020-01-05 07:12:19
问题 Hey guys Im making an app of react native after installing react native payola wrapper im facing this issues Module RNPaypalWrapper requires main queue setup since it overrides constantsToExport but doesn't implement requiresMainQueueSetup . In a future release React Native will default to initializing all native modules on a background thread unless explicitly opted-out of. Apple-Mach-O linker Error Ld /Users/mac/Library/Developer/Xcode/DerivedData/Shopping-bffzrhylanxuelcazupfwylbgyoq/Build

SNI and SSL on IIS 8.5

霸气de小男生 提交于 2020-01-05 05:45:11
问题 I have a website running on IIS that requires two SSL certificates, one for the main website domain, and one for the traffic coming through a CDN (the assets are served from a different domain name). Both use SSL. I therefore used the Server Name Indication option when creating the HTTPS bindings in IIS. The site works fine, I know that users on IE6/Windows XP may experience an issue, but we don't have any/many users visiting our site using that combination so that's not a problem. However,

Utilizing “Send Money to Friends and Family” functionality via our app

夙愿已清 提交于 2020-01-05 04:31:10
问题 Our app needs to utilize the functionality "send money to friends and family". Now we can perform PERSONAL payments using AdaptivePayments without any fee (as expected) but this type of transaction seems to be purchasing transaction rather than "send money to family and friends" transaction. Looking at the payment details instead of seeing the information which is related to "send money to friends and family" type of transfers we see the following details: "Payment/Payment received" instead

CodeIgniter custom value with omnipay

限于喜欢 提交于 2020-01-05 04:11:08
问题 I'm trying to pass a custom value to a payment with PayPal - OmniPay Here is the code I use : $response = $gateway->purchase( array( 'cancelUrl'=>base_url().'checkout/cancel', 'returnUrl'=>base_url().'checkout/confirm', 'amount' => number_format($retn['invoiceDatas']['price'], 2, '.', ''), 'description' => 'Facture #'.$id, 'currency' => 'EUR', 'transactionid'=> $id, 'custom' => $id, 'description' => 'Facture' ) )->send(); $response->redirect(); And here is the code from checkout page :

Paypal API - GetVerifiedStatus - Invalid request

[亡魂溺海] 提交于 2020-01-05 03:06:51
问题 I'm trying to integrate Paypal API in my PHP application. I use cURL to call remote method GetVerifiedStatus , but I'm getting an error 580023 - Invalid Request. My request: 'requestEnvelope.errorLanguage=en_US&requestEnvelope.detailLevel=ReturnAll&emailAddress=email%40address.com&firstName=John&lastName=Doe&matchCriteria=NAME' Response after converting to JSON: { "responseEnvelope.timestamp":"2013-07-25T05:36:26.695-07:00", "responseEnvelope.ack":"Failure", "responseEnvelope.correlationId":

PayPal SOAP API reponses require manual parsing

瘦欲@ 提交于 2020-01-05 02:53:39
问题 I am currently working on a web project that includes implementing PayPal's Express Checkout as payment service. The project is in C#, I am using Visual Studio 2010 and the SOAP version of the PayPal API. The version of the API I am using is 91.0 (tried switching this to other versions but the problem remains) and I am working in the sandbox to do the development. In the SOAP API developer guide I found the WSDL to import the service in my project as web reference. I can do every step of the