Hi All, Trying to figure this out but no success so far. So if i use REST api to create a new payment, which is then approved by the buyer is there a way to later get a list of these payments? I know payments list api "/v1/payments/payment" states that these payments will not be returned, even though i am not sure whether they should be returned after approval from the buyer. But in any case they are not returned as far as i can tell. Also they do not appear in the account listing and i cannot seem to get transactions associated with them via transaction list api "/v1/reporting/transactions". So is there another way to get those? Am i missing something?
... View more