Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

The list argument will be returned with the following keywords and values:

Keyword

Description

MESSAGEID

Message-Id of the receipt sent.

SUBJECT

Subject on the receipt.

FROM

From value on the receipt.

DATE

Date on the receipt.

Syntax:

Command

Keyword

Value

Developer notes

SEND

RESPONSE

*DEFAULT

Mandatory. The type of response is automatically determined from the client request. Either basic, receipt or signed receipt is returned.

*OK

This will send a basic OK (200 HTTP response). This response should only be used if an asynchronous receipt was requested.

*ERROR

Send an error receipt.

FROM

value

Optional. From.

SUBJECT

value

Optional. Subject.

TEXT

value

Optional. Text.

PROCESSED

value

Optional. Default value is "processed".

MODIFER

value

Optional. Default value is blank or "error" for response *ERROR.

MESSAGEID

value

Optional. Complete transaction message id. The Message-Id is normally generated.

RECEIPTMICALG

*SHA1
*SHA224
*SHA256
*SHA384
*SHA512

Optional. Receipt MIC algorithm. The default value is *SHA1.

The RECEIVER keyword value is used to create the following receipt information.

...