Sinpe Movil

Transfer via phone number (8 digits).

PayIn (API request)

{
  "amount": 50,                                
  "currency": "CRC",                         
  "invoiceId": "invoiceID",                    
  "clientId": "clientID",                      
  "type": "sinpemovil",                      
  "lang": "EN"                                
}

PayOut request

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