get
https://api.staging.bancocdc.com.br/detailed-transaction/card/
Retrieve a detailed card receipt using the unique e2e code or a list of detailed transactions using the unique card id
Response Parameters
| Parameters | Format | Description |
|---|---|---|
| return | String | true / false |
| message | String | Return message |
| data | Array of Objects | Return data |
| code | String | Transaction UUID |
| e2e | String | Transaction e2e |
| transaction_type | String | Transaction type |
| code_transaction_type | String | Transaction type code |
| transfer_control | String | Transaction transfer control |
| code_transfer_control | String | Transaction transfer control code |
| card_id | String | Card ID |
| amount | String | Transaction Amount |
| spread | String | Transaction Spread |
| total_amount | String | Transaction Total Amount |
| mcc | String | Transaction MCC |
| created_at | String | Created At |
| pan_entry_model | String | Transaction Pan entry mode |
| origin_account | Object | Origin Account Details |
| name | String | Origin Account Holder Name |
| document | String | Origin Account Document |
| bank | String | Origin Account Bank |
| agency | String | Origin Account Agency |
| account | String | Origin Account Account |
| digit | String | Origin Account Digit |
| type | String | Origin Account Type |
| merchant | Object | Merchant Details |
| name | String | Merchant Name |
| city | String | Merchant City |
| country | String | Merchant Country |
| document | String | Merchant Document |