I want to get the bank account , routing no etc from Get Transaction Detail method.
But i can not get more information when i access response.transaction.payment.
Hello @pbpo
None of our API Methods will return actual payment card or ACH data, it would be a violation of PCI DSS. However, we can provide tokens if specified that you can use to make additional transactions. If you could detail what you want to accomplish, we can assist further.
Richard
08-13-2018 10:56 AM
Hi Richard,
Thank you for your reply. I dont want full account number or Credit card instead I need masked entries as shown in below documentation screenshot in response of GetTransactionDetails.
But when i try to get them from Payment Object in my C# code it is not giving me any of above mentioned options. Please show the screenshot below.
If you could please help me out what I am doing wrong I will realy appreciate that.
08-14-2018 02:36 AM
Hi,
In C# code, the bank account/credit card details can be accessed through an Item object which will hold the bank account/credit card details based on the kind of transaction performed.
Item object will be available within the response.transaction.payment object.
This Item object will need to be type cast to the proper payment type (creditCardMaskedType or bankAccountMaskedType) before you can actually store data in it.
Any response from GetTransactionDetails API will always return masked data for payment information. So there are no worries there.
12-17-2018 05:40 AM
The Federal Reserve Banks need steering numbers to handle Fedwire subsidizes moves. america first routing number The ACH network additionally needs them to deal with electronic assets moves – like direct stores and bill installments.
05-28-2021 05:39 AM
The Federal Reserve Banks need steering numbers to handle Fedwire subsidizes moves. america first routing number The ACH network additionally needs them to deal with electronic assets moves – like direct stores and bill installments.
05-28-2021 05:40 AM
The Federal Reserve Banks need steering numbers to handle Fedwire subsidizes moves.america first routing number The ACH network additionally needs them to deal with electronic assets moves – like direct stores and bill installments.
05-28-2021 05:45 AM
The Federal Reserve Banks need steering numbers to handle Fedwire subsidizes moves.america first routing number The ACH network additionally needs them to deal with electronic assets moves – like direct stores and bill installments.
06-12-2021 12:17 AM
Certainly! When using the Get Transaction Detail method, you can typically access bank account details such as the account number and routing number. For UK transactions, ensuring you have the correct routing number is crucial for seamless processing.
02-18-2024 12:11 PM