Refactor Credit Card schema with spending limits under constraints
3 days ago by ReadMe API
Changes
- This update refactors the
ApiCardschema to move spending limits into a newconstraintsproperty while adjusting the required fields order accordingly.
updated endpoints
- No endpoints were changed.
other changes
- In the
ApiCarddefinition:- Added a new
constraintsproperty to hold spending limits and other constraints as a nullable object. - Removed the standalone
spending_limitproperty. - Updated the required fields list to require
constraintsbeforecurrency, and reordered other required fields accordingly.
- Added a new
