I'm using the Java SDK with CIM and doing a
CREATE_CUSTOMER_PROFILE_TRANSACTION, like this (partial code):
PaymentTransaction paymentTransaction =
PaymentTransaction.createPaymentTransaction();paymentTransaction.setOrder(order);
// Create an auth cap...