-
as seen on Stack Overflow
- Search for 'Stack Overflow'
Hi,
is it possible to send money using paypal API to any paypal account (not just to API credentials owner). I know that it's possible to do that using IPN, but I need to use SOAP.
many thanks
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
Hello I want to use Paypal in my iphone application, I have find the soapRequest to integrating the paypal API. My code is
NSString *soapMessage = [NSString stringWithFormat:
@"<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n"
"<SOAP-ENV:Envelope xmlns:xsi= \"http://www.w3.org/2001/XMLSchema-instance\"…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
Hey all, i have converted some C# PayPal API Code over to VB.net. I have added that code to a class within my project but i can not seem to access it:
Imports System
Imports com.paypal.sdk.services
Imports com.paypal.sdk.profiles
Imports com.paypal.sdk.util
Namespace GenerateCodeNVP
Public Class…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
Gday All,
I am developing a site that uses PayPal to take online payments.
I need to be able to send my client an email with the link to PayPal in order to pay.
In this link I need a way to set a unique value (for example bookingId) that I can use to add the receipt number to the correct booking…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
I sending this request to make a recurring paypent (SOAP request to SandBox),
but in response I get error message about missing token and other fields invalid (Missing Token or payment source).
What could be wrong with this CreateRecurringPaymentsProfile request?
<?xml version="1.0" encoding="UTF-8"…
>>> More