OSID Logo
OSID Specifications
billing payment package
Version 3.1.0
Interfaceosid.billing.payment.PaymentReceiver
Implementsosid.OsidReceiver
Description

The payment receiver is the consumer supplied interface for receiving notifications pertaining to new, updated or deleted payment objects.

MethodnewPayments
Description

The callback for notifications of new payments.

Parametersosid.id.IdnotificationId the notification Id
osid.id.IdListpaymentIds the Id of the new Payments
Compliancemandatory This method must be implemented.
MethodchangedPayments
Description

The callback for notification of updated payments.

Parametersosid.id.IdnotificationId the notification Id
osid.id.IdListpaymentIds the Id of the updated Payments
Compliancemandatory This method must be implemented.
MethoddeletedPayments
Description

The callback for notification of deleted payments.

Parametersosid.id.IdnotificationId the notification Id
osid.id.IdListpaymentIds the Id of the deleted Payments
Compliancemandatory This method must be implemented.