Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@ Given a version number MAJOR.MINOR.PATCH, increment:


## [Unreleased]
### Added
- pixAutomatico as new reason value for PixChargeback resource

## [0.20.0] - 2025-05-13
### Added
Expand Down
2 changes: 1 addition & 1 deletion starkinfra/pixchargeback/__pixchargeback.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ class PixChargeback(Resource):
## Parameters (required):
- amount [integer]: amount in cents to be reversed. ex: 11234 (= R$ 112.34)
- reference_id [string]: end_to_end_id or return_id of the transaction to be reversed. ex: "E20018183202201201450u34sDGd19lz"
- reason [string]: reason why the reversal was requested. Options: "fraud", "flaw", "reversalChargeback"
- reason [string]: reason why the reversal was requested. Options: "fraud", "flaw", "reversalChargeback" and "pixAutomatico"
## Parameters (conditionally required):
- description [string, default None]: description for the PixChargeback. Required if reason is "flaw".
## Parameters (optional):
Expand Down