redsys-easy.assertsuccessfulresponse.md

November 19, 2025 ยท View on GitHub

Home > redsys-easy > assertSuccessfulResponse

assertSuccessfulResponse() function

Asserts that response has a code indicating success

Signature:

assertSuccessfulResponse: (responseParams: {
    Ds_Response?: string | undefined;
}) => void

Parameters

Parameter

Type

Description

responseParams

{ Ds_Response?: string | undefined; }

Returns:

void

Contents

  1. 1assertSuccessfulResponse() function
  2. 2Parameters