File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11configured_endpoints : 81
2- openapi_spec_url : https://storage.googleapis.com/stainless-sdk-openapi-specs/dodo-payments%2Fdodo-payments-f63287b6419071f8b39cfa4e745e307bd14c1f20eca8ca101146b153792b5cbd .yml
3- openapi_spec_hash : 5c2e4b71d8de18c537282ecce9cd5089
2+ openapi_spec_url : https://storage.googleapis.com/stainless-sdk-openapi-specs/dodo-payments%2Fdodo-payments-2147de74ebf438d8313c50288889425ae7403a302f0a96f5084fb323cefb0016 .yml
3+ openapi_spec_hash : 9dab4e9337ae28d0fbd24c69c05622c3
44config_hash : 2524899bfb4f5ecf7ec849d00e9598fc
Original file line number Diff line number Diff line change @@ -131,6 +131,9 @@ class Payment(BaseModel):
131131 error_message : Optional [str ] = None
132132 """An error message if the payment failed"""
133133
134+ invoice_id : Optional [str ] = None
135+ """Invoice ID for this payment. Uses India-specific invoice ID if available."""
136+
134137 payment_link : Optional [str ] = None
135138 """Checkout URL"""
136139
You can’t perform that action at this time.
0 commit comments