1. Version Control

Version History

Version History

GET {{Base Adres}}/api/paywall/payment/version

{
    "ErrorCode": 0,
    "Result": true,
    "Message": "",
    "Body": "1.0.0"
}
Version sürümDateDescription

1.0.0

11/09/2022

The method, parameters, and web service address have been changed. Test data has been added.

Important: In order to use the payment initiation service, you need to send the 'apikeypublic' and 'apiclientpublic' parameters in the 'Header' field. PaymentAPI Address

ParameterTypeMandatoryDescription

apikeypublic

string

Yes

The Public Key obtained from the merchant panel.

apiclientpublic

string

Yes

The Public Client obtained from the merchant panel.

The parameters that need to be sent to the service are as follows:

You can perform version control of the system. To do this, you can send a request to the system as follows.

Last updated