get
https://api.staging.bancocdc.com.br/payment-gateway/card/history/transaction//
Retrieve the complete history of a card payment
Response Parameters
| Response | Format | Description |
|---|---|---|
| return | Boolean | Response status ( true / false ) |
| message | String | Response message |
| data | Object | Response object data |
| payment_code | String | Payment code |
| seller_code | String | Seller code |
| customer_code | String | Customer code |
| value | String | Value of the payment |
| installments | String | Number of installments |
| card | Object | Card object data |
| holder_name | String | Card holder name |
| expire_date | String | Card expire date (always censored) |
| brand | String | Card brand |
| security_code | String | Card security code (always censored) |
| terminal_nsu | String | Terminal nsu id |
| history | Object | Payment history object data |
| status | String | Status of the payment movimentation |
| code | String | code status of the payment |
| description | String | description of the code |
| date_time | String | date time of the movimentation |