Hi i am using paypal SDK in my iOS application. After successful transaction it gives the below response
{
client =
{
environment = sandbox;
"paypal_sdk_version" = "2.0.1";
platform = iOS;
"product_name" = "PayPal iOS SDK";
};
response =
{
"create_time" = "2014-04-01T07:02:34Z";
id = "PAY-3J588144TJ947892HKM5GJCQ";
intent = sale;
state = approved;
};
"response_type" = payment;
}
I have gone through this and this tutorials, but I am not getting a clear picture. I am using NSURLCOnnection HTTP methods to do server connections. How can I do the cur request in HTTP method.