SendPaymentsMethod Class
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.
Name | Description | |
---|---|---|
![]() |
SendPaymentsMethod(string, string, string, string, string, bool) | It creates a new instance of the SendPaymentsMethod |
Name | Description | |
---|---|---|
![]() |
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 |
![]() |
SendPayment(string, List<paymentMethod>, bool) | With this method, you can send a payment to myDATA. |
![]() |
newPayment() | It generates a new paymentMethod, type of paymentMethod. |
Name | Description | |
---|---|---|
![]() |
ECRTokens |
Struct ECRTokens It contains all the necessary fields required to determine Payment:ECR Token. |
![]() |
ProvidersSignature |
Struct ProvidersSignature It contains all the necessary fields required to determine Payment:Provider Signature. |
![]() |
paymentMethod |
Struct paymentMethod It contains all the necessary fields required to determine Payment Methods. |
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.
This method exports your data in an encoded format, according to GDPR, ensuring maximum security for any sensitive or personal data.