Skip to content

EndToEndId and SiaCode in Live environment must be omitted if empty

Compare
Choose a tag to compare
@svdigital-development svdigital-development released this 08 Apr 08:20
· 16 commits to master since this release
735e1f7

Live and Sandbox environments behave differently on "SCT-Inst" API requests ("simulate" and "execute").

The parameters are: "endToEndId" and "siaCode".

On Sandbox, the two parameters must always be present, even if "empty" (empty string).

On Live, the two parameters must be omitted if empty, otherwise the API gets 500 Internal Server Error.