2. Detail
You can obtain the details of your Physical POS connections through this service.
GET
{{Base Address}}/api/connection/
{ConnectionId}
/detail
It will be sufficient to send a request to the address provided above. You can use the 'Base Address' for both the test environment and the live environment as you wish.
The header information that needs to be sent to the service is as follows:
apikeyprivate
string
Yes
The Private Key that you obtained from the merchant panel.
apiclientprivate
string
Yes
The Private Client that you obtained from the merchant panel.
Response returned from the service:
Result
object
It returns the details of the service.
ErrorCode
int
Error code. If the transaction is successful, it returns a value of '0'.
Succeeded
bool
It returns a true or false value. If the transaction is successful, it returns a value of 'true'.
Failed
bool
It returns a true or false value. If the transaction is unsuccessful, it returns a value of 'true'.
Message
string
If the transaction is erroneous, this is the error message provided, and it offers language support based on the locale parameter.
ClientMessage
string
It returns the fixed values of paywall error codes. You can map them.
Last updated