v1

latestOpenAPI 3.0.32026-08-0627425250.9 KB
Processes

Get a Return Summary

get/v1/processes/{process_id}

Path parameters

process_idstring required

Response

OK

Example response

{
  "return_summary": {
    "compensation": {
      "bank_transfer": {
        "refunds": [
          {
            "amount": {
              "presentment_money": {
                "amount": "1200",
                "currency_code": "EUR"
              }
            }
          }
        ],
        "summary": {
          "adjusted_commitment": {
            "presentment_money": {
              "amount": "1200",
              "currency_code": "EUR"
            }
          },
          "adjustments": {
            "presentment_money": {
              "amount": "1200",
              "currency_code": "EUR"
            }
          },
          "executed": {
            "presentment_money": {
              "amount": "1200",
              "currency_code": "EUR"
            }
          },
          "initial_commitment": {
            "presentment_money": {
              "amount": "1200",
              "currency_code": "EUR"
            }
          }
        }
      },
      "editable_refund_amount": {
        "maximum_refundable_amount": {
          "presentment_money": {
            "amount": "1200",
            "currency_code": "EUR"
          }
        }
      },
      "exchange": {
        "exchange_order": {
          "amount": {
            "presentment_money": {
              "amount": "1200",
              "currency_code": "EUR"
            }
          }
        },
        "summary": {
          "adjusted_commitment": {
            "presentment_money": {
              "amount": "1200",
              "currency_code": "EUR"
            }
          },
          "adjustments": {
            "presentment_money": {
              "amount": "1200",
              "currency_code": "EUR"
            }
          },
          "executed": {
            "presentment_money": {
              "amount": "1200",
              "currency_code": "EUR"
            }
          },
          "initial_commitment": {
            "presentment_money": {
              "amount": "1200",
              "currency_code": "EUR"
            }
          }
        }
      },
      "gift_card": {
        "gift_card": {
          "amount": {
            "presentment_money": {
              "amount": "1200",
              "currency_code": "EUR"
            }
          }
        },
        "summary": {
          "adjusted_commitment": {
            "presentment_money": {
              "amount": "1200",
              "currency_code": "EUR"
            }
          },
          "adjustments": {
            "presentment_money": {
              "amount": "1200",
              "currency_code": "EUR"
            }
          },
          "executed": {
            "presentment_money": {
              "amount": "1200",
              "currency_code": "EUR"
            }
          },
          "initial_commitment": {
            "presentment_money": {
              "amount": "1200",
              "currency_code": "EUR"
            }
          }
        }
      },
      "original_payment_method": {
        "refunds": [
          {
            "amount": {
              "presentment_money": {
                "amount": "1200",
                "currency_code": "EUR"
              }
            }
          }
        ],
        "summary": {
          "adjusted_commitment": {
            "presentment_money": {
              "amount": "1200",
              "currency_code": "EUR"
            }
          },
          "adjustments": {
            "presentment_money": {
              "amount": "1200",
              "currency_code": "EUR"
            }
          },
          "executed": {
            "presentment_money": {
              "amount": "1200",
              "currency_code": "EUR"
            }
          },
          "initial_commitment": {
            "presentment_money": {
              "amount": "1200",
              "currency_code": "EUR"
            }
          }
        }
      },
      "promocode": {
        "amount": {
          "presentment_money": {
            "amount": "1200",
            "currency_code": "EUR"
          }
        },
        "promocode": {
          "amount": {
            "presentment_money": {
              "amount": "1200",
              "currency_code": "EUR"
            }
          }
        },
        "summary": {
          "adjusted_commitment": {
            "presentment_money": {
              "amount": "1200",
              "currency_code": "EUR"
            }
          },
          "adjustments": {
            "presentment_money": {
              "amount": "1200",
              "currency_code": "EUR"
            }
          },
          "executed": {
            "presentment_money": {
              "amount": "1200",
              "currency_code": "EUR"
            }
          },
          "initial_commitment": {
            "presentment_money": {
              "amount": "1200",
              "currency_code": "EUR"
            }
          }
        }
      }
    },
    "extra_line_items": {
      "extra_line_items": [
        {
          "total": {
            "presentment_money": {
              "amount": "1200",
              "currency_code": "EUR"
            }
          }
        }
      ],
      "total": {
        "presentment_money": {
          "amount": "1200",
          "currency_code": "EUR"
        }
      }
    },
    "open_exchange_items": {
      "open_exchange_items": [
        {
          "total": {
            "presentment_money": {
              "amount": "1200",
              "currency_code": "EUR"
            }
          }
        }
      ],
      "total": {
        "presentment_money": {
          "amount": "1200",
          "currency_code": "EUR"
        }
      }
    },
    "ordered_items": {
      "ordered_items": [
        {
          "total": {
            "presentment_money": {
              "amount": "1200",
              "currency_code": "EUR"
            }
          }
        }
      ],
      "total": {
        "presentment_money": {
          "amount": "1200",
          "currency_code": "EUR"
        }
      }
    },
    "payments": {
      "commitment": {
        "presentment_money": {
          "amount": "1200",
          "currency_code": "EUR"
        }
      },
      "executed": {
        "presentment_money": {
          "amount": "1200",
          "currency_code": "EUR"
        }
      }
    },
    "returned_items": {
      "returned_items": [
        {
          "total": {
            "presentment_money": {
              "amount": "1200",
              "currency_code": "EUR"
            }
          },
          "unit_price": {
            "presentment_money": {
              "amount": "1200",
              "currency_code": "EUR"
            }
          }
        }
      ],
      "total": {
        "presentment_money": {
          "amount": "1200",
          "currency_code": "EUR"
        }
      }
    }
  }
}