Use this transaction to capture a previously authorized transaction.
End Point : /capture
{
“siteid”:”123456”,
“txndate”:”2020-03-01:12:34:01”,
“type”:”capture”,
“amount”:”20.00”,
“refid”:”89045432”,
“terminalserialnumber”:”6789654678”
}
{
“siteid”:”123456”,
“resultcode”:”APPROVED”,
“refid”:”89045432”,
“receipt”:”Sample output”,
“merchantreceipt”:”Sample output”
}
- Use the refid to identify the original authorization.
- The capture can be up to 100% of the original authorization.
- The capture can only be executed once for a PreAuth.
- The transaction can be captured on a different terminal than the original transaction. If no terminalserialnumber is received, the system will use the terminalserialnumber used in the PreAuth.