Which method is used for payment Transaction authorize() or captureOnly().Once I have authorized the credit card I want to do payment transaction so by which method i should do payment transacation after authorizing the credit card?Is CaptureOnly() used for doing payment transactions ?
06-07-2016 10:32 AM
Use priorAuthCaptureTransaction
read the api ref
priorAuthCature
CaptureOnly
06-07-2016 12:45 PM