transferCreditsByCurrency

This method transfers LoopiaPrePAID credits deposited after 2015-12-04 from one account to another.

Syntax

status = transferCreditsByCurrency(username, password, sender_number, recipient_number, amount, currency_sign)

Return value

status, this method returns a status code of OK if all went well.

Parameters

  • username
    string
    Username for LoopiaAPI.
  • password
    string
    Password for LoopiaAPI.
  • sender_number
    string
    Customer number of the sending account.
  • recipient_number
    string
    Customer number of the receiving account.
  • amount
    double
    Amount to transfer.
  • currency_sign
    string
    The currency to be used, three letter ISO4217 code (SEK for swedish krona)
    Currently available currencies are SEK and NOK
Was this article helpful?

Related Articles