Especificaciones de los métodos que permiten interactuar con la información almacenada en las bases de datos de Ofimedic.
https://www.ofimedic.com/
https://www.ofimedic.com/notifyPayment
curl -i -X GET \
-u <username>:<password> \
'https://www.ofimedic.com/notifyPayment?ACTION=Add&APP_LID=1'
<notifyPayment>
<RESULT>OK</RESULT>
<ERROR_MESSAGE/>
<APP_LID>1</APP_LID>
</notifyPayment>