Skip to content

Commit

Permalink
Merge pull request #183 from PedroDiez/Generic_Clarification_optional…
Browse files Browse the repository at this point in the history
…_parameters

Clarifications about optional parameters
  • Loading branch information
PedroDiez authored Nov 15, 2024
2 parents 8b42dbf + 31372a1 commit e34cce3
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 2 deletions.
8 changes: 7 additions & 1 deletion code/API_definitions/carrier-billing-refund.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,12 @@ info:
- When refund is not successfully performed then refundStatus=`denied`.
- In case of any error scenario `refundId` is not created. That means a `denied` Refund is not considerated as an error for the ASYNC process, because a `denied` Refund is a refund that has been created (i.e. the refund resource exists) and after applying the internal business logic has been settled to `denied` refundStatus.
# Generic Clarification about optional parameters
Regarding optional parameters, they can be conditionally mandatory for a Telco Operator to implement them based on business scenarios or applicable regulations in a given market.
NOTE: Within a given market, in a multi Telco Operator ecosystem, the set of optional parameters to be implemented MUST be aligned among involved Telco Operators.
# Authorization and authentication
The "Camara Security and Interoperability Profile" provides details on how a client requests an access token. Please refer to Identify and Consent Management (https://github.com/camaraproject/IdentityAndConsentManagement/) for the released version of the Profile.
Expand All @@ -52,7 +58,7 @@ info:
# Further info and support
(FAQs will be added in a later version of the documentation)
version: 0.1.0
version: 0.1.1
title: Carrier Billing Refunds
license:
name: Apache 2.0
Expand Down
8 changes: 7 additions & 1 deletion code/API_definitions/carrier-billing.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -97,6 +97,12 @@ info:
After `cancelPayment`, paymentStatus=`cancelled`.
# Generic Clarification about optional parameters
Regarding optional parameters, they can be conditionally mandatory for a Telco Operator to implement them based on business scenarios or applicable regulations in a given market.
NOTE: Within a given market, in a multi Telco Operator ecosystem, the set of optional parameters to be implemented MUST be aligned among involved Telco Operators.
# Authorization and authentication
The "Camara Security and Interoperability Profile" provides details on how a client requests an access token. Please refer to Identify and Consent Management (https://github.com/camaraproject/IdentityAndConsentManagement/) for the released version of the Profile.
Expand All @@ -108,7 +114,7 @@ info:
# Further info and support
(FAQs will be added in a later version of the documentation)
version: 0.3.0
version: 0.3.1
title: Carrier Billing
license:
name: Apache 2.0
Expand Down

0 comments on commit e34cce3

Please sign in to comment.