- Mark as New
- Bookmark
- Subscribe
- Permalink
- Email to a Friend
- Report Inappropriate Content
02-18-2020
02:52 PM
02-18-2020
02:52 PM
Where to find Bank Account field? and other Payment fields
For bank account and other fields, PaymentApplication table holds these fields. Use DESCRIBE PAYMENTAPPLICATION to find the column you are looking for. Bank Account is cashaccountingcodeid
Labels:
1 REPLY 1
- Mark as New
- Bookmark
- Subscribe
- Permalink
- Email to a Friend
- Report Inappropriate Content
01-15-2021
04:21 AM
01-15-2021
04:21 AM
Re: Where to find Bank Account field? and other Payment fields
Hi Kate,
For bank account fields like default Payment Method, Payment Gateway, Currency etc., use Payment Object.
Example: Select * from Payment Limit 1
In this, 'PAYMENTMETHODID' is default payment Method, 'GATEWAY' is Payment Gateway.
Also you can access these fields using Reporting under Account Data Source.
Reporting: 1st Step
Reporting: 2nd Step