Create Adjustment

Overview

This route will allow user to create Adjustment entries for DXC for monetary adjustment.

Resource Access

POST https://<hostname>/payment/v1/generateMonetaryAdjustmentTransactions

Attributes

The requested criteria can be a combination of one or more of the following fields:

FieldSub-fieldAdditional Information
payloadMandatory
buyerIdMandatory
amountMandatory
methodMandatory
uploadFileMandatory

Example Request

🚧

POST https://<hostname>/payment/v1/generateMonetaryAdjustmentTransactions


{
   "payload": {
       "buyerId": "98d320b7-9390-5029-bb48-565e1b0f9a9a",
       "amount": 310.27,
       "method": "CREDIT",
       "uploadFile": true
   }
}

Example Response


"NA07899900999441557900000000031027CPX AUTO ADJUSTMENT\n"


Priority Technology Holdings Logo