Reputation: 87
I an trying to implement this paypal payout API. When i was trying to check the api it gives
-data: "{"name":"AUTHORIZATION_ERROR",
"debug_id":"27b145efd5d07","message":"Authorization error occurred.",
"information_link": "https://developer.paypal.com/docs/api/payments.payouts-batch/#errors"}"
Please suggest me this API is working for India (currency INR) or not. If it is not working then let me know alternative for this API.
Basically i want to send amount from one account to another account with the help of API.
Upvotes: 0
Views: 846
Reputation: 1549
There may be multiple reason.
1. This API will need to enable by paypal.
2. US merchants— To enable Payouts, you can complete either of the following actions:
Contact your Account Manager or PayPal customer support.
Enable Payouts from My Account:
Log in to the Developer Dashboard and go to My Account.
Under Permissions name, locate Payouts and click the Enable link.
Click Enable, complete the form and click Submit. When you've been approved, you'll receive an email from a PayPal representative.
3. Non-US merchants— To enable Payouts, contact your Account Manager or PayPal customer support.
4. Check whether this API will be available for your country. Some countries it is not allowed to transfer money (wallet amount) from one account to another.
For information Click here
Upvotes: 2