I am using paypal ios sdk for payment. I tried to pay with credit card in sandbox mode. I am getting State=pending.It accepts my creditcard details but When I click on charge credit card It procees for that and then I got response from paypal :
{
client = {
environment = sandbox;
"paypal_sdk_version" = "1.3.3";
platform = iOS;
"product_name" = "PayPal iOS SDK";
};
payment = {
amount = "122.00";
"currency_code" = USD;
"short_description" = "Paying to MYAPP";
};
"proof_of_payment" = {
"rest_api" = {
"payment_id" = "PAY-6SB360568W1073911KLY6KAI";
state = pending;
};
};
}
It was working fine in NoNetwork/mockmode. Paypal login is also working in sandbox mode. Does I am missing some thing with credit card?