get
https://baas-h.cdcbank.com.br/account/transaction/
Response Parameters
| Parameters | Format | Description |
|---|---|---|
| return | boolean | Response status ( true / false ) |
| message | String | Response message |
| data | Object | Response data |
| code | String | Transaction code |
| e2e | String | End to end from the transaction |
| transaction_status | String | Transaction status |
| code_transaction_status | String | Code transaction status |
| amount | String | Transaction amount |
| scheduling | String | Scheduled date |
| origin_account | Object | Origin account info |
| name | String | Account owner name |
| document | String | Account owner document |
| bank | String | Bank code ispb |
| agency | String | Bank agency |
| account | String | Bank account |
| digit | String | Bank account digit |
| receiver_account | Object | Receiver account info |
| name | String | Account owner name |
| document | String | Account owner document |
| bank | String | Bank code ispb |
| agency | String | Bank agency |
| account | String | Bank account |
| digit | String | Bank account digit |
Transaction Status Codes
| Code | Description |
|---|---|
| 1 | In Process |
| 2 | Approved |
| 3 | Canceled |
| 4 | Refund Made |