Paypal API Subscription Create returns 400 Bad Request response "name", though request is formed as in documentation
I try to implement Paypal subscription service according to: https://developer.paypal.com/docs/api/subscriptions/v1/#subscriptions_create This is my first try. In sandbox business account I have created two test subscriptions: monthly and yearly and configured application with their id's. This is the method: public function…