I have already obtained the TOKEN for this customer, and I just need to Capture the Order Amount.
SimpleAuthorizationInternet requires passing the CC info, which I do not have.
I do not understand what data is required by: PtsV2PaymentsCapturesPost201Response result = apiInstance.CapturePayment(requestObj, id); Can I pass some ID ( in the id parameter? Like Token ID, Instrument Identifier?
Looking for a simple solution.