post
https://baas-h.cdcbank.com.br/v2/pix/key/payment/
Every transaction will dispatch a
Confirmation Webhookthat can be registered at Create Webhook and follows the Template
Response parameters
| Parameters | Format | Description |
|---|---|---|
| return | Boolean | Response status (true/false) |
| message | String | Response message |
| data | Object | Object with transaction |
| correlation_id | String | Correlation Id |
| code | String | Identification code |
| e2e | String | Identification e2e code |
| e2e_chargeback | String | Identification e2e code chargeback |
| e2e_original_chargeback | String | Identification e2e code original |
| transaction_status | String | Transaction status |
| code_transaction_status | Number | Transaction status code |
| created_at | String | Created at |
| amount | Decimal | Value Transaction |
| origin | Object | Origin account information |
| name | String | Origin name |
| document | String | Origin document masked |
| bank | String | Origin account bank code |
| agency | String | Origin account agency |
| account | String | Origin account |
| digit | String | Origin account digit |
| receiver | Object | Receiver account information |
| name | String | Receiver name |
| document | String | Receiver document masked |
| bank | String | Receiver account bank code |
| agency | String | Receiver account agency |
| account | String | Receiver account |
| digit | String | Receiver account digit |
Transaction Status Codes
| Code | Description |
|---|---|
| 1 | In Process |
| 2 | Approved |
| 3 | Canceled |
| 4 | Refund Made |