Open APIs

 View Only
  • 1.  TMF654 Prepay Balance Management Payment Method Queries

    Posted Jan 04, 2024 09:56

    Happy new year!!

    I am using the TMF654 /topupBalance to perform a recharge operation. I need a suggestion on the paymentMethod object usage. As per the specification the payment Method will be used as below for example

     "paymentMethod": {
     "id": "22",
     "href": "/paymentMethods/v1/paymentMethod/2",
     "type": "credit-card"
     }

    Can we change / modify the above to the below sample to include the payment related fields,  so that I need not have a separate orchestration for payments while performing recharge / topup operation

        "paymentMethod": {
            "id": "ID",
            "name": "REGISTEREDCARD",
            "@baseType": "PaymentMethod",
            "@type": "RegisteredCreditCard",
            "cardType": "Visa",
            "cardNumber": "XXXXXXXXXXXXXXX",
            "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:46

    This is a duplicate post, please follow the discussion on the other thread:

    https://engage.tmforum.org/discussion/tmf654-prepay-balance-management-payment-method-queries-1?ReturnUrl=%2fbrowse%2fallrecentposts



    ------------------------------
    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.
    ------------------------------