Transaction types that are used by the Payment Gateway.
Http Verb | Operation | ||
---|---|---|---|
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). |
|||
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). |
|||
GET | Method: GetSummaries, URL: ReferenceData/PaymentGatewayTransactionTypes/Summary | Test | |
Get a summary representation of all Payment Gateway Transaction Types. |
|||
POST | Method: Create, URL: ReferenceData/PaymentGatewayTransactionTypes | Test | |
Create a new Payment Gateway Transaction Type. |
|||
PUT | Method: Update, URL: ReferenceData/PaymentGatewayTransactionTypes/{id} | Test | |
Update an existing Payment Gateway Transaction Type. |
|||
DELETE | Method: Delete, URL: ReferenceData/PaymentGatewayTransactionTypes/{id} | Test | |
Delete an existing Payment Gateway Transaction Type. |