How to activate a PayPal subscription?
问题 I've implemented a recurring payments system using PayPal and the SmartButtons . The customer is able to create the subscription through my system, at the end of the checkout I get the subscription created: { "orderID": "3JR7411152833961C", "subscriptionID": "I-J8CHJ9UKB8JU", "facilitatorAccessToken": "A21AAElq71jrRrKHzaxxOeA4o7cOie83F_N-LKMZoAe2mhmaANy-a784yj9DUbSlQPIxtu_O-7XyzHWab23gKVgwhqK9Hjaow" } in order to activate the subscription and get the payment I need to execute it, so I wrote