Open APIs

 View Only
Expand all | Collapse all

TMF654 Prepay Balance Management Payment Method Queries

  • 1.  TMF654 Prepay Balance Management Payment Method Queries

    Posted Jan 04, 2024 09:56

    Can we have a custom attributes like below in the paymentMethod object available in /topupBalance - TMF 654 while designing the API Spec 

        "paymentMethod": {
            "id": "ID",
            "name": "REGISTEREDCARD",
            "@baseType": "PaymentMethod",
            "@type": "RegisteredCreditCard",
            "cardType": "Visa",
            "cardNumber": "XXXXXXXXXXXXXX",
            "expirationDate": "03/30",
            "lastFourDigits": "XXXX"
        }



    ------------------------------
    Divakar Soundararajan
    TO BE VERIFIED
    ------------------------------


  • 2.  RE: TMF654 Prepay Balance Management Payment Method Queries

    TM Forum Member
    Posted Jan 04, 2024 10:45

    Hi Divakar

    I suggest you take a look at the design guidelines TMF630, which describe how to extend the base TMF Open API model for your particular needs.

    Specifically for payment method, I would caution you against including the card number directly in the model, for PCI and other security reasons you should be using tokenized card wherever possible.

    Hope it helps



    ------------------------------
    Jonathan Goldberg
    Amdocs Management Limited
    Any opinions and statements made by me on this forum are purely personal, and do not necessarily reflect the position of the TM Forum or my employer.
    ------------------------------