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 the call succeeded.

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, as a three-letter ISO 4217 code (SEK for Swedish krona). Currently supported currencies are SEK and NOK.
Was this article helpful?

Related Articles