Juice Financial
  • Introduction
  • ErrorCodes
  • Authentication
  • APIS
    • Administration
      • Add ACH Transaction
      • Add Processor Real Time Txn
      • Allocate Inventory
      • CardNo to RPCBB Conversion
      • Change Password
      • Check DB Up Request(Monitoring)
      • End Card Session
      • Force Change Password
      • Get Billers List
      • Get Card Effective Fee
      • Get Card Session Details
      • Get Mobile Upgrade
      • Get Product Types
      • Login
      • Manage AML Exception
      • Manage Card Session
      • Manage Code Group
      • Manage Daily Limit
      • Manage FBE
      • Manage Fee
      • Manage File
      • Manage Load Account
      • Manage Order
      • Manage Org To Orgs Relation
      • Manage Praxell Code
      • Manage Sub Organization
      • Manage Terminal
      • Manage User
      • Manage White List
      • Ping
      • Reprocess ACH Transaction
      • Reset Password
      • Resolve Card Session
      • Set Single Day Override
      • Start Card Session
      • Update ACH Transaction Status
      • Validate Inventory Location
      • Validate Product Type
      • View Debit Organizations Hierarchy
    • Card Issuance
      • Activate-Card
      • Instant-Issue-Card
      • New-Card
    • Card Status & Management
      • Change-Card-Pin
      • Close-Card
      • Free Card
      • Get Card Balance
      • Get Card Details
      • Get Card Holder Spend Limits
      • Get Card Holds
      • Get Card Report
      • Get Cards Report
      • Get Card Text Info
      • Inform Lost Stolen Card
      • Load Network Verify Card
      • Lock Card
      • Reopen Card
      • Request OTP
      • Research Card
      • Reset Card PIN
      • Return To Inventory
      • Search Cardholder
      • Suspend Card
      • Swap Cards DDAs
      • Unlock Card
      • Unsuspend Card
      • Update Card Holder Spend Limits
      • Update Card Replacement Status
      • Update Cardholder DOB
      • Update Cardholder
      • Update Fee Less Card
      • Verify Card PIN
      • Verify Cardholder
      • Verify OTP
    • Cardholder Management
      • Change Cardholder Password
      • Enroll Cardholder
      • Get Cardholder Details
      • Reset Cardholder Password
    • Transactions
      • Card to Card Transfer
      • Charge Fee
      • Load Network Reload Card
      • Load Network Unload Card
      • Load Network Verify Card
      • Load Network Void Card
      • Pay CH Bill
      • Reverse Fee
      • Webhook Examples
Powered by GitBook
On this page
  • Manage Praxell Code
  • Input Parameters:
  • Output Parameters:
  • XML Samples
  • Input XML
  1. APIS
  2. Administration

Manage Praxell Code

Manage Praxell Code

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

Not returned

Returned

Create

PraxellCodeDescription

Format: Alphanumeric, 80

Not returned

Returned

Create

XML Samples

Input XML

<?xml version="1.0" ?>
<PraxellXMLRequest>
    <AuthenticationDetails>
        <UserName>PPM_PMA_QA</UserName>
        <UserPassword>1q2w3e4r</UserPassword>
      <ClientSourceIP></ClientSourceIP> 
 </AuthenticationDetails>;
    <ServiceDetails>
        <ServiceName>ManagePraxellCode</ServiceName>
        <UniqueRequestId>12121212121212163</UniqueRequestId>
    </ServiceDetails>
    <Origin>
        <OriginType>praxell</OriginType>
    </Origin>
    <ServiceParams>
        <OperationType>Create</OperationType>
        <PraxellCode>XP11DF</PraxellCode>
        <PraxellCodeDescription>AAA</PraxellCodeDescription>
        <IsActivity>N</IsActivity>
        <IsGCR>N</IsGCR>
        <SMSTemplateID>A5</SMSTemplateID>
        <DisplayTemplateID>D</DisplayTemplateID>
        <IsFee>Y</IsFee>
        <Type>Other</Type>
        <TransactionType>Info</TransactionType>
    </ServiceParams>
</PraxellXMLRequest>
<?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>
PreviousManage Org To Orgs RelationNextManage Sub Organization

Last updated 7 months ago