The Manage Praxell Code API allows to add, update and delete Praxell codes. In addition it allows to get the relevant available SMS and display a template.
Input Parameters:
Name
Required
Definition
Comments
DisplayTemplateID
N
Format: Alphanumeric, 2 (default empty)
Create, Update
IsActivity
N
Format: Y/N (default)
Create, Update
IsFee
N
Format: Y/N (default)
Create, Update
IsGCR
N
Format: Y/N (default)
Create, Update
OperationType
N
Format options:
View
Create
Update
Create, Update, Delete
PraxellCode
Y
Format: Alphanumeric,
Description: validates if exists
Create, Update, Delete
PraxellCodeDescription
Y
Format: Alphanumeric, 80
Create, Update
SMSTemplateID
N
Format: Alphanumeric, 2 (default empty)
Create, Update
Type
N
Format options:
Load
Unload
Other
Create, Update
TransactionType
C
Format:
List of values: Credit, Debit, Auth, Info
Description: provide the type of the transaction
Create (Required), Update (Optional)
Output Parameters:
Name
Definition
Failure Case
Success Case
Comments
PraxellCode
Format: Alphanumeric,
Description: validates if exists
<?xml version="1.0"?>
<PraxellXMLResponse>
<ResponseDetails>
<ServiceName>ManagePraxellCode</ServiceName>
<SessionId>07071612200737105</SessionId>
<StatusCode>70029</StatusCode>
<StatusName>Data not found (cardholder not found)</StatusName>
<StatusDescription>Data not found (cardholder not found)</StatusDescription>
<ServiceDate>2021-10-01 12:37:50</ServiceDate>
<ServiceId>07071612200737105</ServiceId>
</ResponseDetails>
<ResponseParams>
</ResponseParams>
</PraxellXMLResponse>