CompraFacilWS
The following operations are supported. For a formal definition, please review the Service Description.
-
getInfo
MessageName="GetReferencesInfo"
Get information about references. Returns list of references and IDs. Input parameters type=P returns lists of references paid between the dates specified; type=R returns list of references created (not necessarily paid yet) between the dates specified. Method returns true/false and if false output parameter contains error description, the lists are in output parameters referencesList and IDsList(Important: dates are in format dd-MM-yyyy hh:mm:ss Ex: 24-02-2007 14:35:22) -
getInfoReference
Gets information about a reference.Method returns true/false and if false output parameter contains error description; information about reference is returned in output parameters. -
getReferenceMB
Get a new MULTIBANCO reference for payment specifying the amount. The parameter timeLimitDays specifies the total number of days that a reference is payable. If this entity doesn't support this feature, this value is ignored. -
getReferenceMB2
Get a new MULTIBANCO reference for payment specifying a product ID stored in CompraFacil.This method internally calculates the amount payable according to the quantity of specified item and returns the value in variable amountOut. The parameter timeLimitDays specifies the total number of days that a reference is payable. If this entity doesn't support this feature, this value is ignored. -
getReferencePS
Get a new PAYSHOP reference for payment specifying the amount. -
getReferencePS2
Get a new PAYSHOP reference for payment specifying a product ID stored in CompraFacil.This method internally calculates the amount payable according to the quantity of specified item and returns the value in variable amountOut.