get
https://api.staging.bancocdc.com.br/pix/limit/solicitation
Route to retrieve a list of all soliciation limits
Response Parameters
| Parameters | Format | Description |
|---|---|---|
| return | boolean | Response status ( true / false ) |
| message | String | Response message |
| data | Array of objects | Response Data |
| code | String | Limit Code |
| active | Enum(Y,N) | Limit active |
| transaction_type | String | Limit Transaction Type |
| code_transaction_type | Number | Limit Transaction type code |
| transaction_limit_type | String | Limit Transaction Limit Type |
| code_transaction_limit_type | Number | Limit Transaction Limit Type Code |
| status | String | Limit Status |
| code_status | Number | Limit Status Code |
| created_at | String | Limit Created at |
| old_amount | Decimal | Limit Old Amount |
| approve_amount | Decimal | Limit Approve Amount |
| new_amount | Decimal | Limit New Amount |
| reason | String | Limit Reason |
| account | Object | Limit Account |
| name | String | Limit Account Name |
| document | String | Limit Account Document |
| bank | String | Limit Account Bank |
| agency | String | Limit Account Agency |
| account | String | Limit Account Account |
| digit | String | Limit Account Digit |
Limit type
| Description | Code |
|---|---|
| pf | 1 |
| pj | 2 |
| secure contacts | 3 |
| withdraw | 4 |
| exchange | 5 |
Limit Solicitation Status Codes
| Code | Description |
|---|---|
| 1 | In Process |
| 2 | Approved |
| 3 | Cancelled |
| 4 | Expired |
| 5 | Under Review |
| 6 | Pending |
| 7 | Sent For Refund |
| 8 | Refund Made |
| 9 | Paid |
| 10 | Created |
| 11 | Clearing |
| 12 | Consulted |
| 13 | Authorized |