Instruction States

The InstructionState table stores information about payment instructions, including payment status and Fulfillment information. It includes an instruction ID and its associated status, payment amount, and the transaction timestamp. This information is used to track the progress of the payment instructions across all lifecycle stages.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Body Params
string
required
length between 1 and 128

InstructionStateId is an nvarchar data type field with a maximum length of 128 in the InstructionState table. This field is the primary key which uniquely identifies each row of data in the table and is composed of a combination of alphanumeric characters.

string | null

The Description field in the InstructionState table is a data type of nvarchar with a maximum length of 256. This field is designed to contain a brief, descriptive statement about the state of the instruction specified in the rest of the table.

string | null

Miscellaneous notes and information for the entry or record.

string | null

The BadgeId field in the InstructionState table stores alphanumeric string data of maximum length 32, representing an identification code of a badge assigned to help track performance progress.

Headers
string
enum
Defaults to application/json;odata.metadata=minimal;odata.streaming=true

Generated from available request content types

Response
200

OK

Language
URL
LoadingLoading…
Response
Click Try It! to start a request and see the response here!