Transaction Types

Description

The transactionTypes endpoint is used to get the list of the transaction types that are present in the application.

Request

Endpoint

ui/refdata/v1/transactionTypes

Method

GET

Response


{
        "value": "Capture",
        "name": "CAPTURE"
    },
    {
        "value": "Force Capture",
        "name": "FORCE_CAPTURE"
    },
    {
        "value": "Pre-Authorization",
        "name": "AUTH"
    },
    {
        "value": "Refund",
        "name": "REFUND"
    },
    {
        "value": "Sale",
        "name": "SALE"
    },
    {
        "value": "Void",
        "name": "VOID"
    },
    {
        "value": "Void Of Refund",
        "name": "VOID_OF_REFUND"
    }  

Tabular Format

TRANSACTION TYPE TRANSACTION TYPE NAME
Capture CAPTURE
Force Capture FORCE_CAPTURE
Pre-Authorization AUTH
Refund REFUND
Sale SALE
Void VOID
Void Of Refund VOID_OF_REFUND

Updated As Of Version: 1.7.0.12