Skip to content
Merged
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: 1 addition & 1 deletion starkbank/paymentpreview/__brcodepreview.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ class BrcodePreview(SubResource):
"""# BrcodePreview object
A BrcodePreview is used to get information from a BR Code you received before confirming the payment.
## Attributes (return-only):
- status [string]: Payment status. ex: "active", "paid", "canceled" or "unknown"
- status [string]: Payment status. ex: "created", "paid", "canceled" or "expired"
- name [string]: Payment receiver name. ex: "Tony Stark"
- tax_id [string]: Payment receiver tax ID. ex: "012.345.678-90"
- bank_code [string]: Payment receiver bank code. ex: "20018183"
Expand Down
Loading