Page tree

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  1. Buscar el "ID" => WALLETTRANSFER
  2. Editamos y podemos ver un array JSON y por cada elemento existente, unas propiedades relacionadas a atributos del servicio de Billetera.
  3. Agregamos una propiedad a cada elemento json del Array. La propiedad que agregamos debe ser:
    • Propiedad: "walletDestinationAccountType"
    • Valor: "WALLETD"
  4. Debe quedar algo asi:

    Code Block
    languagejs
    {
    "walletCompany":"TIGO CASH",
    "serviceCode":"2394",
    "walletCompanyLogo":"https://seguro.aquipago.com.py/api.pronet/img/83_Tigo_logo1.gif",
    "networkParticipantCode":"2603",
    "isSICOOP":false,
    "network":"PRONET",
    "invokeCommission":false,
    "paymentEntityCode":794,
    "walletDestinationAccountType":"WALLETD"
    }
    ]


Observaciones:

Status
colourRed
titleImportante

...