get
https://api.staging.bancocdc.com.br/detailed-transaction/card/slc/
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 |
| amount | String | Transaction Amount |
| spread | String | Transaction Spread |
| transfer_control | String | Transaction transfer control |
| code_transfer_control | String | Transaction transfer control code |
| status_transaction | String | Transaction Status |
| code_status_transaction | String | Transaction Status code |
| transaction_type | String | Transaction type |
| code_transaction_type | String | Transaction type code |
| card_network | String | Card network |
| card_payment_method | String | Card Payment Method |
| merchant | Object | Transaction Merchant Details |
| code | String | Merchant Code |
| name | String | Merchant Name |
| document | String | Merchant Document |
| receiver | Object | Receiver Account Details |
| account | String | Origin Account Account |
| digit | String | Origin Account Digit |
| agency | String | Origin Account Agency |
| bank | String | Origin Account Bank |
| type | String | Origin Account Type |
| name | String | Origin Account Holder Name |
| document | String | Origin Account Document |