⚡ Solution Summary
- PaymentRecord is a beta feature in the SDK.
- Use raw_request for immediate functionality.
- Consider upgrading to beta SDK version v11.6.0b1 for PaymentRecord support.
- Contact Stripe support for further assistance.
### Describe the bug
Stripe python SDK don't have `PaymentRecord`, as specified in documentation
https://docs.stripe.com/api/payment-record/report-payment/report?lang=python
### To Reproduce
Line
```python3
payment = stripe.PaymentRecord.report_payment(
# whatever yall got
)
```
AttributeError: module 'stripe' has no attribute 'PaymentRecord'
### Expected behavior
I expect method from docs to work, so I don't need to write crapy handmade functions :')
### Code snippets
```Python
```
### OS
any
### Language version
Python 3.11.2
### Library version
stripe==11.5.0
### API version
2025-01-27.acacia
### Additional context
_No response_
Discussion & Fixes