D17

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

PayIn request

{
  "amount": 50,                                
  "currency": "TND",                           
  "invoiceId": "invoiceID",                    
  "type": "d17",                               
  "successUrl": "Google ",                     
  "failUrl": "Google ",                      
  "backUrl": "Google ",                        
  "lang": "AR"                                 
}

PayOut request

{
    "amount": 10,
    "currencyTo": "TND",
    "clientId": "clientId",
    "recipient": {
        "account_owner": "account_ownerID",
        "account_number": "12345678",
        "type":"phone"
    },
    "type": "d17"
}