Flouci

Transfer via phone number (8 digits, without county code).

PayIn request

{
  "amount": 200,
  "currency": "TND",
  "invoiceId": "invoiceId",
  "type": "flouci", 
  "successUrl": "Google ",
  "failUrl": "Google ",
  "backUrl": "Google ",
  "lang": "AR"

PayOut request

{
    "amount": 7,
    "currencyTo": "TND",
    "clientId": "clientId",
    "recipient": {
        "account_owner": "account_ownerID",
        "account_number": "123456789012",
        "type":"phone"
    },
    "type": "flouci"
}