ShopStatus: Difference between revisions

From Barion Documentation
Jump to navigation Jump to search
Line 18: Line 18:
| Unspecified
| Unspecified
| string  
| string  
| The shop status has not been specified.
| The shop's status has not been specified. This particular status is a result of a technical error. If you encounter this status, please contact our technical team for assistance.
|-
|-
| NewUnderApproval
| NewUnderApproval
| string  
| string  


| The shop is newly created and is being approved.
| The shop has recently been created and is currently undergoing the approval process.
|-
|-
| NewForbidden
| NewForbidden
| string
| string
| The shop is pending approval.
| The shop has been rejected by our team, and the shop owner needs to make further modifications and additions before it can be approved.
|-
|-
| Open
| Open
Line 35: Line 35:
| OpenWaitForModificationApproval
| OpenWaitForModificationApproval
| string
| string
| The shop is open, and a modification is under approval.
| The shop is open, and the customer has made some minor modifications requiring approval. Despite these changes, the shop remains open.
|-
|-
| OpenModificationForbidden
| OpenModificationForbidden
| string
| string
| The shop is open, and a modification you sent for approval has been rejected.
| The shop owner is required to make additional modifications before approval can be granted. However, even with these pending changes, the shop continues to operate without interruption.
|-
|-
| TemporaryClosed
| TemporaryClosed
| string
| string
| The shop is temporarily closed.
| The customer has chosen to temporarily close the shop. During this closure, the shop will not accept any payments. However, the customer still has the ability to make modifications, which will need to be approved if changes are made while the shop is closed. Once the customer re-opens the shop, normal operations will resume.
|-
|-
| TemporaryClosedWaitForModificationApproval
| TemporaryClosedWaitForModificationApproval
| string
| string
| The shop is temporarily closed while awaiting approval for a modification.
| The customer has opted to temporarily close the shop and made modifications to the data during the closure. Now, the customer has initiated the process of re-opening the shop, and the changes made during the closure require approval before they can take effect.
|-
|-
| TemporaryClosedModificationForbidden
| TemporaryClosedModificationForbidden
| string
| string
| The shop is temporarily closed, and its properties cannot be modified.
| After selecting to re-open the shop, the changes made during the temporarily closed phase have been rejected. The shop owner is required to make additional modifications before approval can be granted.
|-
|-
| PermanentlyClosed
| PermanentlyClosed
| string
| string
| The shop is closed permanently.
| The customer has made the decision to permanently close the shop.
|-
|-
| PermanentlyClosedByUser
| PermanentlyClosedByUser
| string
| string
| The shop owner closed the shop.
| The customer has chosen to permanently close her Barion Wallet, which has resulted in the automatic closure of the associated shop.
|-
|-
| PermanentlyClosedByOfficer
| PermanentlyClosedByOfficer
| string
| string
| A Barion officer closed the shop permanently.
| A Barion officer's decision to close the Barion Wallet has led to the automatic closure of the associated shop.
|-
|-
| ClosedByOfficer
| ClosedByOfficer
| string
| string
| A Barion officer closed the shop.
| A Barion officer has temporarily closed the shop, but it can be reopened.
|-
|-
| ReOpen_WaitingForApproval
| ReOpen_WaitingForApproval
| string
| string
| The shop is being reopened and awaiting approval.
| The shop was closed by a Barion officer; however, the customer has requested to re-open the shop, which requires approval.
|-
|-
| Draft
| Draft
| string
| string
| The shop is in draft state.
| The shop is currently in a draft state, indicating that the customer has not provided all the necessary data or has not yet submitted the shop for approval. In the API scenario, the concept of a "draft state" may not be applicable as all the necessary data is provided through the API, and manual submission for approval is not required.
|-
|-
|}
|}

Revision as of 09:17, 23 May 2023

Shop status structure

This structure represents the details for the status of your shop in Barion.

API usage

This structure is used by the following API endpoints:

Property list

Property name Property type Description
Unspecified string The shop's status has not been specified. This particular status is a result of a technical error. If you encounter this status, please contact our technical team for assistance.
NewUnderApproval string The shop has recently been created and is currently undergoing the approval process.
NewForbidden string The shop has been rejected by our team, and the shop owner needs to make further modifications and additions before it can be approved.
Open string The shop is open, and all Barion operations are available.
OpenWaitForModificationApproval string The shop is open, and the customer has made some minor modifications requiring approval. Despite these changes, the shop remains open.
OpenModificationForbidden string The shop owner is required to make additional modifications before approval can be granted. However, even with these pending changes, the shop continues to operate without interruption.
TemporaryClosed string The customer has chosen to temporarily close the shop. During this closure, the shop will not accept any payments. However, the customer still has the ability to make modifications, which will need to be approved if changes are made while the shop is closed. Once the customer re-opens the shop, normal operations will resume.
TemporaryClosedWaitForModificationApproval string The customer has opted to temporarily close the shop and made modifications to the data during the closure. Now, the customer has initiated the process of re-opening the shop, and the changes made during the closure require approval before they can take effect.
TemporaryClosedModificationForbidden string After selecting to re-open the shop, the changes made during the temporarily closed phase have been rejected. The shop owner is required to make additional modifications before approval can be granted.
PermanentlyClosed string The customer has made the decision to permanently close the shop.
PermanentlyClosedByUser string The customer has chosen to permanently close her Barion Wallet, which has resulted in the automatic closure of the associated shop.
PermanentlyClosedByOfficer string A Barion officer's decision to close the Barion Wallet has led to the automatic closure of the associated shop.
ClosedByOfficer string A Barion officer has temporarily closed the shop, but it can be reopened.
ReOpen_WaitingForApproval string The shop was closed by a Barion officer; however, the customer has requested to re-open the shop, which requires approval.
Draft string The shop is currently in a draft state, indicating that the customer has not provided all the necessary data or has not yet submitted the shop for approval. In the API scenario, the concept of a "draft state" may not be applicable as all the necessary data is provided through the API, and manual submission for approval is not required.