---
metadata:
  - name: generator
    content: Diplodoc Platform v5.55.0
alternate:
  - https://yandex.com/dev/market/partner-api/doc/en/step-by-step/dbs-return-status-model.md
  - https://yandex.com/dev/market/partner-api/doc/ru/step-by-step/dbs-return-status-model.md
  - https://yandex.com/dev/market/partner-api/doc/zh/step-by-step/dbs-return-status-model.md
  - href: en/step-by-step/dbs-return-status-model.md
    type: text/markdown
    title: Markdown version
  - href: ../llms.txt
    type: text/markdown
    title: llms.txt
---
> **Documentation Index:** Fetch the complete configuration index at https://yandex.com/dev/market/partner-api/doc/en/llms.txt

## How do the refund statuses for the model change? DBS

<!-- source: en/_includes/mermaid/dbs-return-status-graph.md -->
```mermaid
%%{
  init: {
    'theme': 'base',
    'themeVariables': {
      'primaryColor': '#FDF3E8',
      'primaryTextColor': '#000000',
      'primaryBorderColor': '#BA9C80',
      'lineColor': '#BA9C80',
      'secondaryColor': '#FDF3E8',
      'tertiaryColor': '#FDF3E8',
      'noteBkgColor': '#FED58D'
    }
  }
}%%

flowchart TB
    UserCreation(Customer created a return) --> StartedByUser[STARTED_BY_USER]
    StartedByUser[STARTED_BY_USER] -->|Awaiting return decision| WaitingForDecision[WAITING_FOR_DECISION]
    WaitingForDecision[WAITING_FOR_DECISION] -->|Decision made| DecisionMade[DECISION_MADE]
    WaitingForDecision[WAITING_FOR_DECISION] -->|Decision time expired, return confirmed| RefundInProgress[REFUND_IN_PROGRESS]
    DecisionMade[DECISION_MADE] -->|Refund can be processed| RefundInProgress[REFUND_IN_PROGRESS]
    DecisionMade[DECISION_MADE] -->|Customer disagreed with decision, but arbitrator rejected the return| Rejected[REJECTED]
    RefundInProgress[REFUND_IN_PROGRESS] -->|Money refunded| Refunded[REFUNDED]
    StartedByUser[STARTED_BY_USER] -->|Return rejected by arbitrator or at pickup point| Rejected[REJECTED]
```
<!-- endsource: en/_includes/mermaid/dbs-return-status-graph.md -->
