Skip to main content

Retrieving Payments

Map<String, Object> transaction = co.findById(ChargeOver.Target.TRANSACTION, 202);
if (transaction == null) {
System.out.println(co.getLastError());
} else {
co.prettyPrint(transaction);
}