BARQ

Transfer via phone number (9 digits).

PayIn request

{
  "amount": 250,                
  "currency": "SAR",              
  "invoiceId": "invoiceId",       
  "type": "barq",                    
  "backUrl": "Google ",          
  "lang": "EN"                   
}

PayOut request

{
    "amount": 25,                             
    "currencyTo": "SAR",                    
    "clientId": "clientId",                 
    "recipient": {                            
        "account_owner": "Account Holder",   
        "account_number": "123456789012",     
        "type":"phone"                       
    },
    "type": "barq" 
}