Now I am making the merchant system. I want to send the money to the owner, when customer paid to us. To do that I use the authorize api. So I get the token and secret token. And how should I do? Paypal did not send the example.
So I did like this.
$cred = new PPCertificateCredential("api-user-id", "api-password", "../cert_key.pem");
Hi.
Now I am making the merchant system. I want to send the money to the owner, when customer paid to us. To do that I use the authorize api. So I get the token and secret token. And how should I do? Paypal did not send the example.
So I did like this.
$cred = new PPCertificateCredential("api-user-id", "api-password", "../cert_key.pem");
Is it right? But I receive the error like this.
'You do not have permissions to make this API call'.
But I get the grant, 'invoice and express checkout'.
So to do this which authorization is need? Or this is paypal sdk error?