Skip to content

Commit c3f12ed

Browse files
Fixed BrcodePreview status examples
1 parent 6206bf5 commit c3f12ed

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,8 @@ Given a version number MAJOR.MINOR.PATCH, increment:
1313

1414

1515
## [Unreleased]
16+
### Fixed
17+
- BrcodePreview statuses to "created", "paid", "canceled" or "expired".
1618

1719
## [2.31.0] - 2025-09-30
1820
### Changed

starkbank/paymentpreview/__brcodepreview.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ class BrcodePreview(SubResource):
66
"""# BrcodePreview object
77
A BrcodePreview is used to get information from a BR Code you received before confirming the payment.
88
## Attributes (return-only):
9-
- status [string]: Payment status. ex: "active", "paid", "canceled" or "unknown"
9+
- status [string]: Payment status. ex: "created", "paid", "canceled" or "expired"
1010
- name [string]: Payment receiver name. ex: "Tony Stark"
1111
- tax_id [string]: Payment receiver tax ID. ex: "012.345.678-90"
1212
- bank_code [string]: Payment receiver bank code. ex: "20018183"

0 commit comments

Comments
 (0)