IPayment | |
public interface IPaymentProcessService : IBusinessService
The IPaymentProcessService type exposes the following members.
| Name | Description | |
|---|---|---|
| CreatePaymentProcess | Creates a new payment process with the given data. | |
| GetPaymentProcessByAgreementReference | Gets the payment process with the given agreement reference. | |
| GetPaymentProcessByOrderReference | Gets the payment process with the given order reference. | |
| GetPaymentProcessesByPaymentSetup | Gets the payment processes that are associated with the payment setup with the given code. The number of results can also be adjusted. | |
| UpdatePaymentProcess | Updates a payment process with new data. |