cancel
Showing results for 
Search instead for 
Did you mean: 

possible transaction types for createCustomerProfileTransaction

I'm currently working on CIM and successfully able to add the customer to gateway. But for createCustomerProfileTransaction I need to pass an argument transactionType which should be a string and I'm not getting what possible values it could have and the result may affected based on the type.

 

Also, what could I pass into extraOptionsString? There is not much explaination in the api document.

 

Please help!

faisal6621
Contributor
1 ACCEPTED SOLUTION

Accepted Solutions

There are six possible values for transaction type in CIM

  1. AuthOnly
  2. AuthCapture
  3. CaptureOnly
  4. PriorAuthCapture
  5. Refund
  6. Void

View solution in original post

faisal6621
Contributor
2 REPLIES 2
RaynorC1emen7
Expert

There are six possible values for transaction type in CIM

  1. AuthOnly
  2. AuthCapture
  3. CaptureOnly
  4. PriorAuthCapture
  5. Refund
  6. Void
faisal6621
Contributor