Blik

Transfer via Blik (phone number).

PayIn request

{
  "amount": 25,                                   
  "currency": "EUR",                             
  "invoiceId": "invoiceId",                       
  "type": "blik",                                
  "successUrl": "Google ",                       
  "failUrl": "Google ",                          
  "backUrl": "Google ",                           
  "lang": "EN"                                    
}

PayOut request

{
    "amount": 25,                                  
    "currencyTo": "EUR",                           
    "clientId": "clientId",                        
    "recipient": {                                 
        "account_owner": "Account Holder",        
        "account_number": "12345678901",           
        "type":"phone"                             
    },
  "type": "blik"
}