Define Service Task Types

The web services used to process one time payment notifications, automatic payment setup and account verification create a corresponding service task record to perform the needed actions.

The following service task types need to be configured and defined on the Third Party Payment Processing Integration master configuration:
  • A Third Party One Time Payment service task type is used to create an immediate or scheduled third party one time payment. The base product supplies the following service task type and service task business objects: C1-ThirdPartyOneTimePyTaskType and C1-ThirdPartyOneTimePyTask. Refer to these business objects for details on schemas and processing logic.

  • A Third Party Account Verification service task type is used to verify an account, which is typically done prior to capturing and processing a one time payment within the third party payment processing system. The base product supplies the following service task type and service task business objects: C1-ThirdPartyAcctVerifTaskType and C1-ThirdPartyAcctVerifTask. Refer to these business objects for details on schemas and processing logic.

  • A Third Party Auto Pay Setup service task type is used to add or update an account’s ongoing automatic payment option. The base product supplies the following service task type and service task business objects: C1-ThirdPartyAutoPayTaskType and C1-ThirdPartyAutoPayTask. Refer to these business objects for details on schemas and processing logic.

Refer to Defining Service Task Types for details on setting up service task types