Debit Processing—Add Cardholder RESTful API

2y ago
73 Views
3 Downloads
388.85 KB
124 Pages
Last View : 1m ago
Last Download : 3m ago
Upload by : Brenna Zink
Transcription

Debit Processing—Add CardholderRESTful APIFiserv ConfidentialDistribution restricted to clients of FiservJuly 2021

Fiserv and the Fiserv logo are registered marks of Fiserv, Inc.Copyright 2021 Fiserv, Inc. All rights reserved.This document contains confidential and proprietary information of Fiserv, Inc. and may not be disclosed to others thanthose to whom it was originally distributed. It must not be duplicated, published, or used for any other purpose thanoriginally intended without the prior written permission of Fiserv, Inc.Information described in this document is believed to be accurate and reliable, and much care has been taken in itspreparation. However, no responsibility, financial or otherwise, is accepted for any consequences arising out of the useor misuse of this material.

ContentsRevisions, July 20216About Add Cardholder API7Business Case Scenarios7Business Definitions7Summary of Operations7Target URLs8Authorization and Authentication8Using the Portal8Viewing OpenAPI REST Specification8Sandbox Test Cases9Response Codes9Data Definitions10Retrieve a Default Card Template—Request10Retrieve a Default Card Template—Response11Retrieve a Card Template—Request22Retrieve a Card Template—Response24Add a New Card—Request36Add a New Card—Response49Sandbox Use Cases61Sandbox Data61Sandbox Request HeaderTest Case 1-Retrieve a Default Card Template62Test Case 2-Retrieve a Card Template70Test Case 3-Add a New Card77Error HandlingJuly 20216182Request Header 83Fiserv ConfidentialDistribution restricted to clients of Fiserv3

Debit Processing—Add Cardholder RESTful APIJuly 2021ContentsAccess Token83content-type84Resource URL84Request Body Errors85 .client85 .card86 .client.id86 .client.applicationName88 .client.vendorName89 .client.auditId90 .card.id90 .card.class92 .cardHolder.id93 .card.memberNumber95recordKey (system record identifier)95 .card.expirationDate97 .card.status97 .card.retainCard97 .card.memberSince98 .card.transactionFee98 .card.pinOffset98 .card.activationControl98 .card.verificationCallId99 .contact.customerNameOverride99 .contact.primaryCardHolderHomePhone99 .contact.primaryCardHolderWorkPhone100 .contact.cellPhone100 .identityVerification.taxId100 .identityVerification.verificationText101 .identityVerification.mothersMaidenName101 .account.number101 .account.type102 .account.status102 .account.description103Fiserv ConfidentialDistribution restricted to clients of Fiserv4

Debit Processing—Add Cardholder RESTful API .address.addressLine1104 .address.addressLine2104 .address.city105 .address.state106 .address.country107 .address.zip108 .alternateAddress.addressLine1108 .alternateAddress.addressLine2109 .alternateAddress.city109 .alternateAddress.state110 .name.cardHolderName112ReferenceJuly 2021Contents113Country and Currency Codes113State Codes121Canadian Provinces123Fiserv ConfidentialDistribution restricted to clients of Fiserv5

Revisions, July 2021SectionData Definitions on page 10.July 2021DescriptionUpdated Country field description to show it tobe 3-digit value.Fiserv ConfidentialDistribution restricted to clients of Fiserv6

About Add Cardholder APIUse the Debit Processing: Add Cardholder API to add cardholder records to the Fiserv systembased on an existing default template or card settings. Support is included for adding a primaryaccount number (PAN) based on an existing PAN (copy) or a default template that the institutionhas established.To add a cardholder, use an existing PAN (copy) or use the default template that your institutionhas established. As a first step, send a request for the copy or template structure. The systemreturns a message structure prefilled with default values. Use this structure to populate data andsend a request when adding a cardholder record.Note: Fiserv recommends that each cardholder have a unique card number. Fiserv does notrecommend adding multiple names to one card, unless it is an ATM balancing card.Business Case ScenariosSeamlessly add a card to the Fiserv system through the Fiserv omnichannel. The variouschannels include Online Banking, Customer Service Portal, and IVR.Leverage the Debit Processing: Add Cardholder API to: Add a card to Fiserv system based on an existing PAN or using a default template based on aparticular card class Retrieve details about cardholder names, addresses, account-related information, in additionto, limits allowed for the card being added.Business DefinitionsDefault templateAn institution may have a template that is used as a default when addingcards to the system. Some settings in the template, defined according tocard class, set common default values for new cardholder records.Card templateContains the rights and settings of an existing cardholder record.Card classRepresents an institution-defined group of cardholders with commoncharacteristics such as card stock, withdrawal limits, or processing days.Summary of OperationsThe current list of operations include:July 2021Fiserv ConfidentialDistribution restricted to clients of Fiserv7

Debit Processing—Add Cardholder RESTful APIPOSTReturns an institution default template structure based on a class.POSTRetrieves the settings and rights based on an existing cardholder card.POSTAdds a new cardholder record.About Add Cardholder APITarget rdHolderAdd/v1/cardAuthorization and AuthenticationThe APIs available on the Fiserv Card Developer portal are secured with OAuth2 securityscheme . Financial Institutions (FIs) need to pass a valid bearer token to get access to the APIs.See the API for Card Developer user manual for details.Note: You can call Token API to retrieve a Bearer token. Token remains valid for 15 minutes.Using the PortalThe Fiserv API Portal for Card Developers is used for onboarding users, viewing and retrievingsecurity keys for authentication, and to view API documentation. Information for using the portal,getting started, generating access tokens, and understanding OpenAPI specifications isavailable in the API for Card Developer user manual.Viewing OpenAPI REST SpecificationThe OpenAPI REST specification is available in YAML format on the Card Developers Portal.The specification describes the URL, endpoints, parameters and schema, and data definitions,required to complete call requests, expected responses, and response codes. An OpenAPI filecan be opened in any swagger or text editor. Example: editor.swagger.io.1. Go to APIs and navigate to the required product.2. Use Swagger or Text Editor to view the OpenAPI file.July 2021Fiserv ConfidentialDistribution restricted to clients of Fiserv8

Debit Processing—Add Cardholder RESTful APIAbout Add Cardholder APISandbox Test CasesThe sample data required for working in the sandbox environment and additional examples forproduct use are available in this document.Response CodesStatus CodeJuly 2021Description200Success.400Bad request. Check to ensure all values are entered correctly.401Unauthorized access.415Unsupported media type429Too many requests.500Internal server error.Fiserv ConfidentialDistribution restricted to clients of Fiserv9

Data DefinitionsThe definitions of specific properties used for the APIs.Retrieve a Default Card entidStringRequired. Company client id.Length: 1-8applicationNameStringRequired. Client application identifier. For debit APIs this can be passed asDebit Processing.Length: 50Example: CMvendorNameStringRequired. Client vendor identifier. This can be the client or digitalprovider name.Length: 30Example: ITIauditIdStringRequired. AuditID identifies the entity on whose behalf the request is made.This value often identifies a user. This can be passed as the cardholder name.Length: 13Example: Saint MichaelcardclassStringRequired. 5-character alphanumeric identifier of the card class selected for thenew card. Card class is a client-defined group of cardholders with commoncharacteristics such as card stock,withdrawal limits, or card/PlN fee structure.For Instant Issue set to INST.Length: 5July 2021Fiserv ConfidentialDistribution restricted to clients of Fiserv10

Debit Processing—Add Cardholder RESTful APIData DefinitionsRetrieve a Default Card riptionStringSystem Record Identifier. It Contains key information thatidentifies a particular record. The value in this element isreturned in the maintain request and must not be edited.StringRequired. Card number assigned to the cardholder. Eachinstitution has an established card prefix for identification.The card prefix and the card number length arepredetermined. The entire card number must always beentered numerically up to 19 digits. It is equivalent tocardholderID.cardidLength: 19classString5-character alphanumeric identifier of the card classselected for the new card. Card class is a client-definedgroup of cardholders with common characteristics such ascard stock, withdrawal limits, or card/PlN fee structure. ForInstant Issue this is set to INST.Length: 5memberNumberStringIt is a 3-digit number (000–009 and 099) used todistinguish between cardholders or joint accounts.Member number 099 is used for some home bankingrecords.Length: 3expirationDateStringMonth and year the card is set to expire.Format: MM/YYLength: 5oldExpirationDateStringMonth and year the previously issued card, for thiscardholder record, expired.Format: MM/YYLength: 5July 2021Fiserv ConfidentialDistribution restricted to clients of Fiserv11

Debit Processing—Add Cardholder RESTful APIAttributesstatusData DefinitionsDataTypeStringDescriptionDefines the Current Card Status Indicator CardMaster Type.Values: Active Abused Closed Customer Request Damaged Expired Inactive Insufficient Funds Lost PreActivated Revoked Reserved Restricted Stolen V VIPretainCardStringRequired. Indicates if the specified card should beretained. If the card status is set to Lost, Stolen, or Closed,set this element to Yes. After you set the element to Yes,the system sends a card capture notification to theacquirer or terminal. The actual capture of such cardsdepends on the capture capabilities and policies of theacquirer or the terminal. For new cards and instant issuecards set thisto No.branchStringNumber assigned by an institution to identify aspecific branch.Length: 4memberSinceStringYear and month when the cardholder account wasinitially opened.Format: MM/YYLength: 5July 2021Fiserv ConfidentialDistribution restricted to clients of Fiserv12

Debit Processing—Add Cardholder RESTful APIAttributesreIssueData DefinitionsDataTypeBooleanDescriptionDefines the Reissue Type.Values: Yes Override applicable fee schedule (do not assessany issuer assigned fees) No Do not override (assess standard fee)transactionFeeStringIndicates if transaction fees are assessed or waived. IfFiserv assesses cardholder fees on your behalf, this fieldallows the issuer-assessed cardholder fees to beoverridden on a per-fee schedule basis for the cardholder.If the card class is not set up to charge transaction fees,this field defaults to No. If you set this field to Yes,transaction fees are not assessed.Example: YescardHolderFeeIndicatorStringDefines the CardholderFeeIndicator Type.Example: YescardTrackerSeverityStringIndicates the cardTracker severity.pinOffSetString4-digit calculated PIN offset number. This is generallycreated by a PIN-select device when the cardholderselects the PIN.Length: 4Example: 0000phonePinReferenceString9-digit number given to client for use with their phone pinproduct.Length: 9Example: 000000000phonePinReferenceIndStringIndicates the phone PIN reference.activationControlStringDetails of the activation control.typeStringType of activation.codeStringValue corresponding to the Activation Type specified.Length: 8Example: 1234567verificationCallIdStringTelephone number of the cardholder, if the institution usesCaller ID Card Activation.Length: 13Example: 4016515434July 2021Fiserv ConfidentialDistribution restricted to clients of Fiserv13

Debit Processing—Add Cardholder RESTful APIAttributesstatusData DefinitionsDataTypeStringDescriptionActivation status of the card.Length: 35Example: ActivefraudbusinessPrefixStringIndicates whether prefix is a business prefix.Example: YescontactprimaryCardHolderHomePhoneStringDetails of the primary cardholder contact.StringHome telephone number of the primary cardholder or ofthe person specified in the Customer Name Override field.Length: 16Example: 98745698745primaryCardHolderWorkPhoneStringWork phone number to be used when attempting tocontact primary cardholder or override name.Length: 16Example: 9632587410cellPhoneStringCell phone number to be used when attempting to contactprimary cardholder or override name.Length: 16Example: thDateStringAggregate contains information used for purposes ofidentify verificationStringPrimary cardholder's date of birth.Example: 07/24/1980taxIdStringContains the business ID of a business card or the socialsecurity number of the primary cardholder.Length: 20Example: 1251verificationTextStringFree-form verification data as requested by the primarycardholder or the person identified in the NameOverride field.Length: 30Example: 1251012July 2021Fiserv ConfidentialDistribution restricted to clients of Fiserv14

Debit Processing—Add Cardholder RESTful APIAttributesmothersMaidenNameData DefinitionsDataTypeStringDescriptionMaiden name of the primary cardholder's mother.Length: 40Example: VictoriascoringsourceStringDetails of scoring.StringSource type.Values: CardPrefix CardClass peInteger( int32)Contains the Neural Score value.Integer( int32)Contains the Neural Score value.Example: 10Example: 10StringFraud security information related to the selectedcardholder.StringType of fraud that has occured for the transaction inquestion.Values:detectionMethodString ApplicationFraud Takeover Counterfeit Mail/PhoneOrderFraud Skimming ConvenienceCheckFraud Lost InternetOrderFraud Non-receipt FriendlyFraud Other ZeroLossFraud Stolen NoneIndicates how fraud was detected.Values: CustomerReported FlaggedByFalconSystem CVV/CVCcheck SystemOtherThanFalcon UnknownJuly 2021Fiserv ConfidentialDistribution restricted to clients of Fiserv15

Debit Processing—Add Cardholder RESTful APIAttributesexceptionSettingData DefinitionsDataTypeStringDescriptionIndicates how fraud was detected.Values: CustomerReported FlaggedByFalconSystem CVV/CVCcheck SystemOtherThanFalcon UnknownisValidENFACTBooleanIndicates if the exception setting is valid on eNFACT.Example: TrueisNonExpiringBooleanIndicates if the exception setting is non expiring.Example: TruestartDateTimeStringStart Date and Time.Example: 2020-08-10 17:47:36endDateTimeStringEnd Date and Time.Example: 2020-08-10 17:47:36accountsnumberStringInformation of related accounts associated to a cardholderrecord. It repeats up to 16 times.StringSpecific issuer-processor customer account number(checking, savings, and so forth) linked to the card.Length: 19Example: 2018092706typeStringDefines the account type.Values: Checking Savings Credit Credit Line Installment LoandescriptionString IRA Money Market Mortgage Loan NOWClient character description of the customer accountassociated with the account number.Length: 10Example: New Account AddedisPrimaryBooleanDefinition of the PrimaryAccount Type.Example: trueJuly 2021Fiserv ConfidentialDistribution restricted to clients of Fiserv16

Debit Processing—Add Cardholder RESTful APIAttributesstatusData DefinitionsDataTypeStringDescriptionStatus of the account.Values: Active Closed DepositOnly InactivenamesAddressStringDetails of the cardholder name.namesStringDetails of the name of the card. Repeats up to 6 times.sequenceNumber( int32)Used along with the Cardholder Name field as an index toidentify a unique name.Length: 10Example: 10cardHolderNameStringCardholder name.Format: Lastname,FirstNameLength: 26suffixStringName suffix if any.Length: 6Examples:Jr., Sr., Mr., MsphotoIdStringPhoto identification value. Associates a photo to a card forcorrect imprinting.Length: 10Example: abc27plasticIdStringStock identification value provided to card vendor toidentify the type of card plastic. This field is used tooverride the default stock ID defined for the card class.Maximum allowed length is rd plastic. This field is used tooverride the default stock. ID defined for the card class.Length: 10Example: PM138additionalEmbossLineStringValue defined for the additional embossing line that isavailable to the right of the personal name line on thecard.Length: 26Example: ABCJuly 2021Fiserv ConfidentialDistribution restricted to clients of Fiserv17

Debit Processing—Add Cardholder RESTful APIAttributesorderTypeData DefinitionsDataTypeStringDescriptionThis field is used to define if the cardholder requires cardand PIN or just the card or the PIN or none.Values: CardAndPIN Card PIN NonerushTypeStringUrgency of the card order request from the cardholder.This field is used to define if the cardholder requires cardtrough overnight mail or regular mail.Values: Overnight Mail Regular Mail NoneaddressaddressLine1StringDetails of the cardholder address.StringFirst line of the cardholders primary address immediatelybelow the cardholders name.Length: 33addressLine2StringAn optional address line immediately following PrimaryAddress Line 1, if used.Length: 33zipStringPostal code of the primary address.Length: 15Example: 789853-7898cityStringCity of the primary address.Length: 21Example: PortlandstateStringState of the primary address.Length: 2Example: WAcountryString3-digit alpha country identification code. This elementcontains the country abbreviation if the primary address isforeign. For U.S. addresses this element holds thevalue USA.Length: 3Example: USAJuly 2021Fiserv ConfidentialDistribution restricted to clients of Fiserv18

Debit Processing—Add Cardholder RESTful APIAttributesData ngDetails of the cardholder addressaddressLine1StringFirst line of the cardholders primary address immediatelybelow the cardholders name.Length: 33addressLine2StringAn optional address line immediately following PrimaryAddress Line 1, if used.Length: 33zipStringPostal code of the primary address.cityStringCity of the primary address.Length: 21Example: PortlandstateStringState of the primary address.Length: 2Example: WAcountryString3-digit alpha country identification code. This elementcontains the country abbreviation if the primary address isforeign. For U.S. addresses this element holds thevalue USA.Length: 3Example: USAcardAddressIndicatorStringDefinition of the AddressIndicator Type.Values: Primary AlternatepinAddressIndicatorStringDefinition of the AddressIndicator Type.Values: Primary AlternatelimitdailylimitJuly 2021StringDaily online and offline limits for the selected cardholder.These limits are applied to ATM and POS transactionsStringDetails of the day limit.Fiserv ConfidentialDistribution restricted to clients of Fiserv19

Debit Processing—Add Cardholder RESTful APIAttributestypeData DefinitionsDataTypeStringDescriptionDefinition of the limit type.Values: CardClass CardPrefix OverrideexpireLastDayOfStringDefinition of the ExpiresLastDayOf Type.Values: NonExpiring January ate of expiry.Sets Non-Expiring Overridden Limits.Example: truecashWithdrwalOnlineATMInteger( int32)Total amount of cash withdrawals that can be made on anATM online against noncredit accounts.Example: 10cashWithdrwalOfflineATMInteger( int32)Total amount of cash withdrawals that can be made on anATM offline against noncredit accounts.Example: 10cashWithdrawalOnlinePOSInteger( int32)Maximum amount of POS purchases and cashwithdrawals allowed online against non-credit accounts.Example: 10cashWithdrawalOfflinePOSInteger( int32)Maximum amount of POS purchases and cashwithdrawals allowed offline against non-credit accounts.Example: 10signaturePOSTotalInteger( int32)Maximum dollar amount of credit POS transaction acardholder may perform.Example: 10signaturePOSOfflineInteger( int32)Maximum dollar amount of credit POS transaction acardholder may perform when the card issuer s processoris offline.Example: 10cashAdvanceOnlineTotalInteger( int32)Total amount of cash that can be advanced online againstline of credit accounts.Example: 10July 2021Fiserv ConfidentialDistribution restricted to clients of Fiserv20

Debit Processing—Add Cardholder RESTful APIData alInteger( int32)DescriptionTotal amount of cash that can be advanced offline againstline of credit accounts.Example: 10combinedOnlineTotalInteger( int32)Total amount of online purchases, cash withdrawals andcash advances that can be made for a single usageaccumulation period.Example: 10combinedOfflineTotalInteger( int32)Total amount of offline purchases, cash withdrawals andcash advances that can be made for a single usageaccumulation period.Example: 10depositCreditOnlineATMInteger( int32)Maximum amount of memo credit allowed to cardholderfor deposits.Example: 10accountOpenToBuyOnlinePOSInteger( int32)Online Dollar amount of outstanding holds that may beplaced on the cardholder's account.Example: 10accountOpenToBuyOfflinePOSInteger( int32)Offline Dollar amount of outstanding holds that may beplaced on the cardholder's account.Example: DailyAmountOfflineJuly 2021Integer( int32)MT Funding Amount Per Transaction total allowed.Integer( int32)MT Funding Amount Per Transaction offline allowed.Integer( int32)MT Funding daily count total allowed.Integer( int32)MT Funding daily count offline allowed.Integer( int32)MT Funding Daily Amount Total allowed.Integer( int32)MT Funding Daily Amount offline allowed.Example: 10Example: 10Example: 10Example: 10Example: 10Example: 10Fiserv ConfidentialDistribution restricted to clients of Fiserv21

Debit Processing—Add Cardholder RESTful APIData Integer( int32)MT Credit Amount Per Transaction total allowed.Integer( int32)MT Credit Amount Per Transaction offline allowed.IntegerMT Credit Daily Count total allowed.( int32)Example: 10IntegerMT Credit Daily Count offline allowed.( int32)Example: 10IntegerMT Credit Daily Amount total allowed.( int32)Example: 10IntegerMT Credit Daily Amount offline allowed.( int32)Example: 10cardOpenToBuyExample: 10Example: 10Details of card open to nteger( int32)Online Dollar amount for card open to buy for POS.Integer( int32)Offline Dollar amount for card open to buy for POS.dailyUsageLimitExample: 10Example: 10Details of daily usage limit.maximumTimeUsedPerPeriodLimitATMInteger( int32)Maximum number of times card may be used forwithdrawals during the current usage accumulationperiod.Example: 10maximumTimeUsedPerPeriodLimitPOSInteger( int32)Maximum number of times card may be used for POStransactions during a usage accumulation period.Example: 10Retrieve a Card entidStringRequired. Company client id.Length: 1-8July 2021Fiserv ConfidentialDistribution restricted to clients of Fiserv22

Debit Processing—Add Cardholder RESTful APIAttributesapplicationNameDatatypeStringData DefinitionsDescriptionRequired. Client application identifier. For debit APIs this can be passed asDebit Processing.Length: 50Example: CMvendorNameStringRequired. Client vendor identifier. This can be the client or digitalprovider name.Length: 30Example: ITIauditIdStringRequired. AuditID identifies the entity on whose behalf the request is made. Thisvalue often identifies a user. This can be passed as the cardholder name.Length: 13Example: Saint MichaelcardHolderidStringRequired. Card number assigned to the cardholder. Each institution has anestablished card prefix for identification. The card prefix and the card numberlength are predetermined. The entire card number must always be enterednumerically up to 19 digits.Length: 19Example: 4543211098713332memberNumberString3-digit number (000–009 and 099) used to distinguish between cardholders orjoint accounts. Member number 099 is used for some home banking records.Length: 3July 2021Fiserv ConfidentialDistribution restricted to clients of Fiserv23

Debit Processing—Add Cardholder RESTful APIData DefinitionsRetrieve a Card riptionStringSystem Record Identifier. It Contains key information thatidentifies a particular record. The value in this element isreturned in the maintain request and must not be edited.StringRequired. Card number assigned to the cardholder. Eachinstitution has an established card prefix for identification.The card prefix and the card number length arepredetermined. The entire card number must always beentered numerically up to 19 digits. It is equivalent tocardholderID.cardidLength: 19classString5-character alphanumeric identifier of the card classselected for the new card. Card class is a client-definedgroup of cardholders with common characteristics such ascard stock, withdrawal limits, or card/PlN fee structure. ForInstant Issue this is set to INST.Length: 5memberNumberStringIt is a 3-digit number (000–009 and 099) used todistinguish between cardholders or joint accounts.Member number 099 is used for some home bankingrecords.Length: 3expirationDateStringMonth and year the card is set to expire.Format: MM/YYLength: 5oldExpirationDateStringMonth and year the previously issued card, for thiscardholder record, expired.Format: MM/YYLength: 5July 2021Fiserv ConfidentialDistribution restricted to clients of Fiserv24

Debit Processing—Add Cardholder RESTful APIAttributesstatusData DefinitionsDataTypeStringDescriptionDefines the Current Card Status Indicator CardMaster Type.Values: Active Abused Closed Customer Request Damaged Expired Inactive Insufficient Funds Lost PreActivated Revoked Reserved Restricted Stolen V VIPretainCardStringRequired. Indicates if the specified card should beretained. If the card status is set to Lost, Stolen, or Closed,set this element to Yes. After you set the element to Yes,the system sends a card capture notification to theacquirer or terminal. The actual capture of such cardsdepends on the capture capabilities and policies of theacquirer or the terminal. For new cards and instant issuecards set thisto No.branchStringNumber assigned by an institution to identify aspecific branch.Length: 4memberSinceStringYear and month when the cardholder account wasinitially opened.Format: MM/YYLength: 5July 2021Fiserv ConfidentialDistribution restricted to clients of Fiserv25

Debit Processing—Add Cardholder RESTful APIAttributesreIssueData DefinitionsDataTypeBooleanDescriptionDefines the Reissue Type.Values: Yes Override applicable fee schedule (do not assessany issuer assigned fees) No Do not override (assess standard fee)transactionFeeStringIndicates if transaction fees are assessed or waived. IfFiserv assesses cardholder fees on your behalf, this fieldallows the issuer-assessed cardholder fees to beoverridden on a per-fee schedule basis for the cardholder.If the card class is not set up to charge transaction fees,this field defaults to No. If you set this field to Yes,transaction fees are not assessed.Example: YescardHolderFeeIndicatorStringDefines the CardholderFeeIndicator Type.Example: YescardTrackerSeverityStringIndicates the cardTracker severity.pinOffSetString4-digit calculated PIN offset number. This is generallycreated by a PIN-select device when the cardholderselects the PIN.Length: 4Example: 0000phonePinReferenceString9-digit number given to client for use with their phone pinproduct.Length: 9Example: 000000000phonePinReferenceIndStringIndicates the phone pin reference.typeStringType of activation.codeStringValue corresponding to the Activation Type specified.activationControlLength: 8Example: 1234567verificationCallIdStringTelephone number of the cardholder, if the institution usesCaller ID Card Activation.Length: 13Example: 4016515434July 2021Fiserv ConfidentialDistribution restricted to clients of Fiserv26

Debit Processing—Add Cardholder RESTful APIAttributesstatusData DefinitionsDataTypeStringDescriptionActivation status of the card.Length: 35Example: ActivefraudbusinessPrefixStringIndicates whether prefix is a business prefix.Example: YescontactprimaryCardHolderHomePhoneStringHome telephone number of the primary cardholder or ofthe person specified in the Customer Name Override field.Length: 16Example: 98745698745primaryCardHolderWorkPhoneStringWork phone number to be used when attempting tocontact primary cardholder or override name.Length: 16Example: 9632587410cellPhoneStringCell phone number to be used when attempting to contactprimary cardholder or override name.Length: 16Example: thDateStringAggregate contains information used for purposes ofidentify verificationStringPrimary cardholder's date of birth.Example: 07/24/1980taxIdStringContains the business ID of a business card or the socialsecurity number of the pr

An institution may have a template that is used as a default when adding cards to the system. Some settings in the template, defined according to card class, set common default values for new cardholder records. Card template Contains the rights and settings of a

Related Documents:

Testing RESTful Web Services. Monitoring RESTful Web Services and Clients. About Monitoring RESTful Web Services7-1. Monitoring RESTful Web Services Using the Administration Console7-2. Monitoring RESTful Web Services Using WLST7-2. Enabling the Tracing Feature7-5. Disabling RESTful Web Service Application Monitoring7-6

Providing RESTful Web Services MiServer 3.0 Page 1 of 8 A MiSite can be configured to provide RESTful web services. This document describes the steps necessary to do so. While we will cover some RESTful concepts, this is not tutorial on RESTful web services themselves - for a good overview of RESTful web services, please see

A Dell EMC Technical White Paper RESTful Server Configuration with iDRAC RESTful API Dell EMC Customer Solutions Center November 2017 Authors Texas Roemer, Sr. Test Engineer (Dell EMC Server Solutions) Paul Rubin, Sr. Product Manager (Dell EMC Server Solutions) Jonas Werner, Sr. Solutions Archit

A. RESTful API and RESTful API Deprecation REST is the most popular architectural design for building web services on top of HTTP [2]. To access a resource (service) provided by a RESTful API, API consumers need to send an HTTP request, which is represented using a Uniform Resource Identifier (URI), to the server at API provider side

RESTful Web Services for use by applications which reside outside the Database Cloud. In addition, the next release of SQL Developer will include the ability to create RESTful Web Services from SQL Developer worksheets. Please be aware that the RESTful capabilities described in this white paper are available through the APEX

MCU DEBIT CARD AGREEMENT: This agreement describes how to use your MCU Debit Card and explains your rights and responsibilities as an MCU Debit Card user. When you signed the MCU Debit Card application, you agreed in writing to be bound by this agreement. Your use of MCU Debit Card s

card) to the Cardholder for payment of goods and /or services and /or utility fees, funds withdrawal, funds transfer, balance inquiry and . If the Debit Cardis blocked while processing a transaction via ATM, the Cardholder shall contact . per the rates specified by the Credit Card

functional elements in human DNA. This includes: protein-coding genes non-protein-coding genes regulatory elements involved in the control of gene transcription DNA sequences that mediate chromosomal structure and dynamics. The ENCODE Project catalog of functional elements ENCODE has catalogued functional elements in human, mouse, Drosophila, and a nematode. Conclusions of the ENCODE project .