DC Gateway CustomFields Web Service


Web Services Main Menu

Adds a custom field. Valid input values are: UserName & Password – Assigned by the payment gateway, RPNum – The numerical Vendor/Merchant key/RPNum, FieldName – Used as a key to programatically access the custom field, IsNumeric – TRUE | FALSE, DecimalPlaces – The number of decimal places allowed in the custom field, MaxLength – The maximum number of characters allowed in the custom field, RegEx – Any regular expression allowed by the custom field, IsRequired – TRUE | FALSE, Description – Displayed in the Virtual Terminal form, MinValue – Minimum value allowed by the custom field, MaxValue – Maximum value allowed by the custom field, DisplayOnReceipt – TRUE | FALSE, ErrorMessage – The error message that displays if parameters entered in the custom field do not match what is allowed

Parameter Value
UserName:
Password:
RPNum:
FieldName:
IsNumeric:
DecimalPlaces:
MaxLength:
RegEx:
IsRequired:
Description:
MinValue:
MaxValue:
DisplayOnReceipt:
ErrorMessage:

Message Samples
  • SOAP 1.1
  • SOAP 1.2
  • HTTP GET
  • HTTP POST

Retrieves Custom Field information. Valid input values are: UserName & Password – Assigned by the payment gateway, RPNum – The numerical Vendor/Merchant key/RPNum

Parameter Value
UserName:
Password:
RPNum:

Message Samples
  • SOAP 1.1
  • SOAP 1.2
  • HTTP GET
  • HTTP POST