How can I sent money in INR using Paypal business account (REST API)
I have created an account from India in Paypal .But when I tried to sent money using sandbox account.Got error.
{
"name": "PAYOUT_NOT_AVAILABLE",
"message": "You live in a country that is not allowed to send this payout.",
}
Then I found this answer and created a new account with country as UK.
Now I can call my payout API with
"currency": "GBP" How can I do transactions in INR?