Expected Payment Types

Methods

GET

Retrieve Single Expected Payment Type

/backend/api/v1/expectedPaymentTypes/ID - fetch expected payment type with specified ID.

List Expected Payment Types

/backend/api/v1/expectedPaymentTypes/ - list all expected payment types.

POST

/backend/api/v1/expectedPaymentTypes/ - add a new expected payment type, the newly-added expected payment type will be returned.

PATCH

/backend/api/v1/expectedPaymentTypes/ID - update expected payment type with specified ID. The modified expected payment type will be returned.

DELETE

/backend/api/v1/expectedPaymentTypes/ID - delete expected payment type with specified ID.

Fields

FieldNameTypeDescription
expectedPaymentTypeNameExpected Payment TypeTextName of the expected payment type
expectedPaymentTypeDisplayNameExpected Payment Type (Display)TextAlternative display name for the expected payment type
expectedPaymentTypeDescriptionExpected Payment Type DescriptionText (Multiline)Detailed description of the expected payment type
idExpected Payment Type IDTextThe unique identifier for this expected payment type

Still Didn’t Find Your Answer?

For assistance, please contact us below.

Submit a ticket