If you want Orderful to call your HTTP endpoint, you can configure Orderful to do that. Below is the API payload for those transactions.

📘

Configure your communication channel first

Follow this UI guide to configure your HTTP communication channel

Output Formats

The structure of the JSON you receive is known as the output format. New Communication channels are defaulted to the latest format (detailed below), please contact [email protected] if you have the need to use an older format.

{
  "id": "1234567890",
  "sender": {
    "isaId": "SENDER_ISA"
  },
  "receiver": {
    "isaId": "REC_ISA"
  },
  "type": {
    "name": "850_PRUCHASE_ORDER"
  },
  "stream": "TEST",
  "message": {
    "content": {/* CONTENT IN HERE */}
  },
  "createdAt": "",
  "lastUpdatedAt": "",
  "version": "2020-10-28",
}