Pos Listing Service
Android Pos Listing Service
The Android Pos Listing method is used to list the information of the POS that can pay.
Method
API URL
Parameter
Android Pos Listing Service Request Model;
The parameters to be sent to the service are as follows;
Common Checkout Page Service Request Message Parameters
Parameters
Type
Compulsory
Description
Here is a sample JSON file to send to the service;
{
"MERCHANT": " TEST1234",
"MERCHANT_KEY": " 4oK26hK8MOXrIV1bzTRVPA=="
}Android Pos Listing Service Answer Model
The parameters of the reply message sent from the service after the transaction are as follows;
Secure Payment Page Service Response Message Parameters
Parameters
Type
Compulsory
Description
Parameters
Type
Compulsory
Description
Returning the RETURN_CODE field as 0 indicates that the query was successful.
Android Pos Listing Service Status Codes and Explanations;
STATUS_ID
STATUS_NAME
DESCRIPTION
Last updated