SendPaymentsMethod Class

Class SendPaymentsMethod 
With this class, you can send payments for myDATA invoices. 
The MARK of the original invoice for which you are sending payment must be known in order to send a payment.
Public Class SendPaymentsMethod
This language is not supported or no code example is available.
public class SendPaymentsMethod
This language is not supported or no code example is available.
Methods
 
Name Description
Public method ExportDataForValidation() Export the data for validation in case you come to an issue you cannot explain. 
This function exports the data in an encoded format according to GDPR. 
Save this data to a file and send it to mydata@arbitrans.gr
Public method SendPayment(string, List<paymentMethod>, bool) With this method, you can send a payment to myDATA.
Public method newPayment() It generates a new paymentMethod, type of paymentMethod.
Top
Name Description
Public structure ECRTokens Struct ECRTokens 
It contains all the necessary fields required to determine Payment:ECR Token.
Public structure ProvidersSignature Struct ProvidersSignature 
It contains all the necessary fields required to determine Payment:Provider Signature.
Public structure paymentMethod Struct paymentMethod 
It contains all the necessary fields required to determine Payment Methods.
Top
Remarks
 
You can export the Payment Data and send it to mydata@arbitrans.gr, so we can check your issue. Use the method ExportDataForValidation
This method exports your data in an encoded format, according to GDPR, ensuring maximum security for any sensitive or personal data.

.NET Framework

Supported in: 3.5 or newer

In this article

Definition