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:

...

  1. Code Block
    languagejs
    {
    "walletCompany":"TIGO CASH",

...

  1. 
    "serviceCode":"2394",

...

  1. 
    "walletCompanyLogo":"https://seguro.aquipago.com.py/api.pronet/img/83_Tigo_logo1.gif",

...

  1. 
    "networkParticipantCode":"2603",

...

  1. 
    "isSICOOP":false,

...

  1. 
    "network":"PRONET",

...

  1. 
    "invokeCommission":false,

...

  1. 
    "paymentEntityCode":794,

...

  1. 
    "walletDestinationAccountType":"WALLETD"

...

  1. 
    }

...

  1. 
    ]



Observaciones:

Status
colourRed
titleImportante

...