Skip to content

Latest commit

 

History

History
55 lines (47 loc) · 5.74 KB

README.md

File metadata and controls

55 lines (47 loc) · 5.74 KB

CarrierBillingCheckOut

Repository to describe, develop, document and test the CarrierBilling APIs

Scope

  • Service APIs for “CarrierBillingCheckOut” (see APIBacklog.md)
  • It provides the API consumer with the ability to:
    • Trigger carrier billing payment request (in one or two steps), which is a process that allows API consumers to make purchases by charging payments against Telco Operator Billing Systems.
      • Follow up of payment, by means of query endpoints to get information about a list of payments or a specific payment.
    • Trigger carrier billing refund request, which is a process that allows API consumers to ask for a total or partial return of the amount associated to a previous performed payment.
      • Follow up of refund, by means of query endpoints to get information about a list of refunds or a specific refund.
    • NOTE: The scope of these APIs should be limited (at least at a first stage) to 4G and 5G.
  • Describe, develop, document and test the APIs (with 1-2 Telcos)
    • Started: October 2022

Release Information

  • Note: Please be aware that the project will have updates to the main branch. There are no compatibility guarantees associated with code in any branch, including main, until a new release is created. For example, changes may be reverted before a release is created. For best results, use the latest available release.

  • The Release r2.2 for the Carrier Billing APIs Family is available.
    This is a public release.

  • The release r2.2 is available in r2.2, and includes the following APIs:

Contributing