How to integrate PayPal subscription API using ASP .NET MVC

SamranKhan
Contributor
Contributor

I followed this PayPal document https://developer.paypal.com/docs/api/subscriptions/v1  for subscription API. I want to call this API https://api.sandbox.paypal.com/v1/billing/subscriptions/${subscriberId}  using ASP .NET MVC. This API needs authorization token using PayPal clientID and secretID which I've successfully created the token but I've problem in calling subscription API with access_token.

 

curl -v -X GET https://api-m.sandbox.paypal.com/v1/billing/subscriptions/I-BW452GLLEP1G \

-H "Content-Type: application/json" \

-H "Authorization: Bearer Access-Token"

Login to Me Too
0 REPLIES 0

Haven't Found your Answer?

It happens. Hit the "Login to Ask the community" button to create a question for the PayPal community.