Question
What is the difference between TRANSFER_INCOMING and a PAYMENT. For example, is a cheque_deposit a TRANSFER_INCOMING or a PAYMENT?
Answer
According to the Consumer Data Standards, the BankingTransaction schema holds enumerated values for the type field. Listed below are some descriptions of the enumerated values.
TRANSFER_INCOMINGrepresents a transfer payment into an account owned by the consumer. Hence acheque_depositis aTRANSFER_INCOMING.TRANSFER_OUTGOINGrepresents a payment to another account.PAYMENTrepresents an outgoing payment like a BPAY payment or credit card merchant payment. APAYMENTshould not be incoming.
The difference between TRANSFER_OUTGOING and PAYMENT could at times be arbitrary and is therefore at the discretion of the Data Holder.
Comments
0 comments
Please sign in to leave a comment.