43 questions
1
vote
1
answer
25
views
jXChange customer relationships search
I need to query the relationships of a particular customer (e.g., business owner, joint account holder, etc.). I need customer relationships, not the account relationships.
I'm trying to use the ...
0
votes
0
answers
50
views
CardCVVInq returns “INVALID CARDHOLDER NUMBER” even though EFTCardInq succeeds (SilverLake TEST)
I’m calling Jack Henry jXchange in a SilverLake TEST tenant (core release R2025.1). I can look up the customer and retrieve the card with EFTCardInq, but CardCVVInq immediately fails with “INVALID ...
0
votes
1
answer
106
views
Tag Descriptions for "TagAdded" event in Banno Digital Conversations conversations_events_v4c_fct_cdd dataset
Our FI recently subscribed for a datahub pipelined dataset - conversations_events_v4c_fct_cdd Link. While exploring the data, we came across "TagAdded" event type where we can just see the ...
0
votes
0
answers
147
views
How to register a user using Jack Henry Consumer API after getting access token via client credentials (client ID and secret))?
I'm working with Jack Henry's Consumer API in the sandbox environment. I successfully obtained an access token using the client_credentials flow: ```bash curl -X POST https://auth.banno.com/oauth/...
0
votes
0
answers
46
views
Is it possible to use EFTCardMod to modify card limits against a self-registered jXchange DMZ Development Environment?
I am wanting to test updating debit card limits via jXchange.
I went through the jXchange Self Registration steps and then proceeded to utilize the JH Postman Public Collection. I am able to perform ...
-1
votes
1
answer
124
views
How to create a Certificate of Deposit (CD) account using Jack Henry’s API in a test environment?
I’m testing account creation using Jack Henry’s APIs and need to create a Certificate of Deposit (CD) account in the sandbox environment.
Which API endpoint should be used to create a CD account?
Has ...
1
vote
1
answer
50
views
LnAcctMod and LnRateSchedMod issues
Working with both in a UAT environment.
LnAcctMod will give me a success back, although when I check core or inquire on field CurIdx, it does not show as updated.
LnRateSchedMod attempting to update ...
0
votes
1
answer
45
views
Unable to Find Mapping for "LnAdd.LnAcctInfo.BorwInfoArray.BorwInfo.BorwInfoTxt" in LnAcctAdd - Receiving Errors
I'm working with Jack Henry's Loan Add Account API through MuleSoft, and I'm encountering an error that I can't resolve. Specifically, I'm unable to find the mapping for the following element in the ...
0
votes
1
answer
80
views
how can I implement the customer account search using ssn, firstname, last name and account id using Jxchange SOAP svc?
Could you please provide some info on the customer account search using ssn, first name, last name and account id using Jxchange SOAP svc? please provide some steps on documentation on how to ...
0
votes
1
answer
83
views
Card Management Ability Through API
Using the Banno API kit, I'm able to toggle different user abilities like RDA, Bill Pay and Transfers on/off but I cannot do it to the Card Management Ability. Using the call below to modify those ...
0
votes
1
answer
108
views
Banno API - Disable/Enable Features
I am using the Banno API and can retrieve customer information but I'm wondering if it's possible to make changes to a customer profile using the API. Can features like Bill Pay, RDC and Transfers be ...
0
votes
1
answer
147
views
Banno API, can't access User_id to be able to run any other APIs
I am trying to inquire on customer transfer limits to be able to change them dynamically based on other criteria. This is where I run into a snag, I have the Online Banking IDs I would like to change ...
-2
votes
1
answer
186
views
possible values for account type and prod code [closed]
What are all possible values for a ?ccount type and prod code ?
I need to get account type and prod code buut not getting it in documentation . Do we have document for this. Can prod code be ...
0
votes
1
answer
111
views
Customer Identification - additional fields
We are doing a call with CustInq on Silverlake and know to add x_TaxDetail for that sort of additional information, but are there other calls we should make instead, or XtendElem items we should add, ...
0
votes
1
answer
140
views
Testing CIF Modification - Request JSON Not De-Serializing Correctly
Getting this error w/Customer/CustMod:
"Description": "Unable to successfully complete requested action. See detail section for more information in the standard jXchange fault format.&...
0
votes
1
answer
136
views
Errcode 34 - Function is not available during Nightly Updates
What is the recommended way to check for the following error returning from TrnAdd:
<FaultMsgRec>
<ErrCode>34</ErrCode>
<ErrCat>Error</ErrCat>
<ErrDesc>Function is ...
0
votes
1
answer
124
views
Jack Henry: How do I get good data back from Account Post Memo Search?
I am unable to get good data back for Account Post Memo Search for accounts that have transfers that show up in Transfer Search. From what I understand, these transfers should show up in Account Post ...
0
votes
1
answer
197
views
DocImgSrch error, unable to pull statements
I'm following the documentation, but continue to see an error.
This is the said error.
<FaultMsgRec>
<ErrCode>100</ErrCode>
<ErrCat>...
-2
votes
1
answer
165
views
Loan Account Status Codes
I'm unable to find a list of status codes in documentation, we found them for AcctAdd in the provider section for Silverlake as AcctAddStatusCodes, but no list found for LnAcctAdd or specific provider ...
0
votes
1
answer
55
views
Transfer Source Destination Search
When making the request, we get returned a field "RstrExcType" and are uncertain how to handle this field. We don't see it but twice in documentation. Two values we see are "Cls" ...
0
votes
1
answer
159
views
Accessing Production API URL for jXchange Rest Legacy [closed]
Our institution is unable to get a response from jx-rl-proxy-jxapp.prod.ipaas.jha-sys.com. We are able to create an Oauth token with the https://ims.jhacloudservices.com token url. Our local Ip has ...
0
votes
1
answer
215
views
What are valid values to use in Jack Henry's CustAdd API for a customer's email address?
When calling the CustAdd API to add a new customer record to Silverlake, I receive error 112 stating the description is invalid. I've tried looking at API documentation, but no matter what value I ...