Post Preauthorization Statuses

Description

The postPreAuthorizationStatuses endpoint is used to get the list of the status that are present for Post Preauthorization.

Request

Endpoint

ui/refdata/v1/postPreAuthorizationStatuses

Method

GET

Response

[
    {
        "name": "CAPTURED"
    },
    {
        "name": "NOT_CAPTURED_OR_VOIDED"
    },
    {
        "name": "VOIDED"
    }
]

Tabular Format

POST PREAUTHORIZATION STATUS NAME
CAPTURED
NOT_CAPTURED_OR_VOIDED
VOIDED

Updated As Of Version:6.1.1