integrate paypal in .net 8
hello , i use paypal in my asp.net 8 api project when i create order the status code is 200 success but the response give me the links empty this is my response { "id": "6SJ856143E442992X", "links": [ {}, {}, {}, {} ] }
New to the community? Welcome! Please read our Community Rules and Guidelines
If you want to report illegal content under the EU Digital Services Act, please do so here
hello , i use paypal in my asp.net 8 api project when i create order the status code is 200 success but the response give me the links empty this is my response { "id": "6SJ856143E442992X", "links": [ {}, {}, {}, {} ] }
Using Paypal Rest APIs for Subscription, User can add more user for which I need to update the quantity of that subscription but for update quantity, I need user's consent everytime which is kind of annoying, is there any better way to handle this pr...