Hi, I'm trying to implement an authorize & capture flow using this guide: https://developer.paypal.com/docs/integration/direct/payments/authorize-and-capture-payments I do everything as instructed and it works (I am able to create an authorization and redirect the user to the page where he approves it on PayPal and have all the expected JSON values back), until I reach the step "Capture an authorized payment", where I must call and endpoint to actually capture the funds, passing the authorization ID in the URL. But the Authorization ID I get from the first step is in the format "PAYID-L2HDRGI25H415364M6699545" while the example cites an ID like this: "9T287484DP554682S", and when trying to call the endpoint the REST API complains that "Requested resource ID was not found". Probably I misunderstood something, however all I need is create a payment for a certain amount and execute it later (even a few days later), having the possibility to change the amount, as explained here: https://developer.paypal.com/docs/admin/auth-capture I hope somebody can help me, I've tried everything (creating an order, etc.) but to no avail. Thanks in advance, -- Claudio
... View more