Payments API Transaction Error

I have been working with a client to integrate the Payments API into our solution. When using the create transaction endpoint, I am receiving the following error response:


[

    {

        "message": "Transaction is required.",

        "error_name": "TransactionValidationError",

        "error_code": 4,

        "raw_message": "Transaction is required."

    }

]


I was wondering if someone could tell me why this error would occur. Any assistance would be appreciated.

Comments

Categories