Payment Gateway Transaction Types

Transaction types that are used by the Payment Gateway.

Http Verb Operation
Get ReferenceData/PaymentGatewayTransactionTypes/{id}?maintenanceMode={maintenanceMode} Get the details of a Payment Gateway Transaction Type by id. To get the resource in maintenance mode (which ignores Control Groups), pass maintenanceMode="true". Maintenance mode requires users to have access to the reference tables. (Specified in TX_REFTABLE_USERGROUP).
GET Method: Get, URL: ReferenceData/PaymentGatewayTransactionTypes/{id}?maintenanceMode={maintenanceMode} Test

Get the details of a Payment Gateway Transaction Type by id. To get the resource in maintenance mode (which ignores Control Groups), pass maintenanceMode="true". Maintenance mode requires users to have access to the reference tables. (Specified in TX_REFTABLE_USERGROUP).

GetAll ReferenceData/PaymentGatewayTransactionTypes?maintenanceMode={maintenanceMode} Get details of all Payment Gateway Transaction Types. To get them in maintenance mode (which ignores Control Groups), pass maintenanceMode="true". Maintenance mode requires users to have access to the reference tables. (Specified in TX_REFTABLE_USERGROUP).
GET Method: GetAll, URL: ReferenceData/PaymentGatewayTransactionTypes?maintenanceMode={maintenanceMode} Test

Get details of all Payment Gateway Transaction Types. To get them in maintenance mode (which ignores Control Groups), pass maintenanceMode="true". Maintenance mode requires users to have access to the reference tables. (Specified in TX_REFTABLE_USERGROUP).

GetSummaries ReferenceData/PaymentGatewayTransactionTypes/Summary Get a summary representation of all Payment Gateway Transaction Types.
GET Method: GetSummaries, URL: ReferenceData/PaymentGatewayTransactionTypes/Summary Test

Get a summary representation of all Payment Gateway Transaction Types.

Create ReferenceData/PaymentGatewayTransactionTypes Create a new Payment Gateway Transaction Type.
POST Method: Create, URL: ReferenceData/PaymentGatewayTransactionTypes Test

Create a new Payment Gateway Transaction Type.

Update ReferenceData/PaymentGatewayTransactionTypes/{id} Update an existing Payment Gateway Transaction Type.
PUT Method: Update, URL: ReferenceData/PaymentGatewayTransactionTypes/{id} Test

Update an existing Payment Gateway Transaction Type.

Delete ReferenceData/PaymentGatewayTransactionTypes/{id} Delete an existing Payment Gateway Transaction Type.
DELETE Method: Delete, URL: ReferenceData/PaymentGatewayTransactionTypes/{id} Test

Delete an existing Payment Gateway Transaction Type.