r1.2
This release contains the definition and documentation of
- Carrier Billing v0.3.0
- Carrier Billing Refund v0.1.0
The API definition(s) are based on
- Commonalities v0.4.0
- Identity and Consent Management v0.2.0
Carrier Billing v0.3.0
Carrier Billing v0.3.0 is the first public release for v0.3.0 of the Carrier Billing (Payment) API.
-
This version contains significant changes compared to v0.2.1, and it is not backward compatible:
- Within notifications, callback concept named as
webhook
has been replaced by the termssink
andsinkCredential
in accordance with the updated CAMARA Design Guidelines (Adoption of CloudEvent Subscription Model within MetaRelease Fall24 (v0.4.0)) - Exceptions has also been aligned with Commonalities MetaRelease-Fall24 (v0.4.0), so as some excepctions has changed their
HTTP
and/orstatus
values. - Version designed to work jointly with Carrier Billing Refund API
- Within notifications, callback concept named as
-
API definition with inline documentation:
Main changes since r1.1 - rc
Added
- Basic Test cases definition in #174
Changed
- Update User Stories in #172
- Update
README.md
with meeting info and template alignment in #177 - Update filename to kebab-case format in #178
Fixed
- Align 401 Exception Codes with CAMARA Commonalities in #178
- Align Exceptions naming model with CAMARA Commonalities in #178
- Fix
sink
property description in #178 - Adjust
version
andservers.url
values aligned with Release Mabagement Commonalities in #178 - Fix
externalDocs.url
value in #178 - Fix missing required Request Body for
confirmPayment
operation in #178
Removed
- N/A
Carrier Billing Refund v0.1.0
Carrier Billing Refund v0.1.0 is the first public release for v0.1.0 of the Carrier Billing Refund API.
-
This version defines a new API:
- Initial version covering the following functionality and related endpoints:
- New endpoint
createRefund
, both total and partial refunds - New endpoint
retrieveRefunds
- New endpoint
retrieveRefund
- New endpoint
retrievePaymentRemainingAmount
- Support for
Instance-based (implicit) subscription
notification mode
- New endpoint
- Initial version covering the following functionality and related endpoints:
-
API definition with inline documentation:
Main changes since r1.1 - rc
Added
Changed
- Update
README.md
with meeting info and template alignment in #177 - Update filename to kebab-case format in #178
Fixed
- Align 401 Exception Codes with CAMARA Commonalities in #178
- Align Exceptions naming model with CAMARA Commonalities in #178
- Fix
sink
property description in #178 - Adjust
version
andservers.url
values aligned with Release Mabagement Commonalities in #178 - Fix
externalDocs.url
value in #178
Removed
- N/A
New Contributors
- N/A
Full Changelog: v0.2.1...r1.2