Changelog
Adding UUID
to Enrollment
and Loan
objects
UUID
to Enrollment
and Loan
objectsWith API v1.0.4
, Payitoff completes introducing UUID
identifiers to all API objects by adding them to Enrollment
and Loan
objects. This means you can now use UUID
identifiers in all Payitoff API requests wherever a single identifier is expected to identify a specific object.
Notable changes and updates
The v1.0.3
release is entirely focused on Webhooks.
Enrollment.uuid
added toEnrollment
schemaLoan.uuid
added toLoan
schema
Immediate Use Cases
We encourage updating your API version to v1.0.4 and updating your code to always use Payitoff's UUID
values whenever you need to store an object's identifier in your system, and encourage switching to UUID
identifiers for all API requests. In future versions of the API, we will finalize converting to UUID
-only requests, and integer
ID values will no longer be supported.
Updated about 1 year ago