Skip to Main Content

page_parts

Finance

Credit_Card_Transactions
A list of credit card transactions for testing transaction analysis like fraud and compliance.
Parameters:
Name Type Default Default Value
Example output:
{
"credit_card_transactions":[
{
"CC_NUM_PK":1194
,"CC_CHAR_PK":"FBB5ED92-0A67-F791-E053-1910000A691B"
,"CC_TRANSACTION_CDATE":"2023-05-15T14:21:24Z"
,"CREDITCARD_NUM":5116610756241381
,"TRANSACTION_DATE":"2022-06-06T06:45:47Z"
,"TRANSACTION_TYPE":"Authorization with Auto Capture"
,"TRANSACTION_AMOUNT":1227.85
}
,{
"CC_NUM_PK":1222
,"CC_CHAR_PK":"FBB5ED92-0A68-F791-E053-1910000A691B"
,"CC_TRANSACTION_CDATE":"2023-05-15T14:21:26Z"
,"CREDITCARD_NUM":3528846119274685
,"TRANSACTION_DATE":"2023-02-27T01:53:54Z"
,"TRANSACTION_TYPE":"Authorization with Auto Capture"
,"TRANSACTION_AMOUNT":113.22
}
]
}

Anchor Points

On this page