FIB

Transfer via phone number.

PayIn request

{
  "amount": 250,                
  "currency": "IQD",              
  "invoiceId": "invoiceId",       
  "type": "fib",                
  "successUrl": "Google ",       
  "failUrl": "Google ",          
  "backUrl": "Google ",          
  "lang": "AR"                   
}

PayOut request

{
    "amount": 7,                             
    "currencyTo": "IQD",                    
    "clientId": "clientId",                 
    "recipient": {                            
        "account_owner": "Account Holder",   
        "account_number": "123456789012",     
        "type":"phone"                       
    },
    "type": "fib" 
}