{"templateId":"markdown","sharedDataIds":{"sidebar":"sidebar-sidebars.yaml"},"props":{"metadata":{"markdoc":{"tagList":[]},"redocly_category":"Documentation","type":"markdown"},"seo":{"title":"Deposit requests","description":"Learn about deposit requests and the deposit request lifecycle.","siteUrl":"https://www.rebilly.com","image":"/assets/rebillysocial.94fb32fc280c9e84b963c440ec462771d25f4e6fdaaa6c59de41e8135113b46b.db81178d.png","lang":"en-US","llmstxt":{"hide":false,"sections":[{"title":"Table of contents","includeFiles":["**/*"],"excludeFiles":[]}],"excludeFiles":[]}},"dynamicMarkdocComponents":[],"compilationErrors":[],"ast":{"$$mdtype":"Tag","name":"article","attributes":{},"children":[{"$$mdtype":"Tag","name":"Heading","attributes":{"level":1,"id":"deposit-requests","__idx":0},"children":["Deposit requests"]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":["A deposit request is a customer request to deposit funds into their account."," ","Customers make deposits using deposit forms."]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":["To integrate a deposit form into your website, see ",{"$$mdtype":"Tag","name":"MarkdownLink","attributes":{"href":"/docs/dev-docs/integrate-a-deposit-form"},"children":["Integrate a deposit form"]},", ",{"$$mdtype":"Tag","name":"MarkdownLink","attributes":{"href":"/docs/dev-docs/integrate-an-express-deposit"},"children":["Integrate an express deposit form"]},", or ",{"$$mdtype":"Tag","name":"MarkdownLink","attributes":{"href":"/docs/dev-docs/integrate-a-payout-form"},"children":["Integrate a cashier form"]},"."]},{"$$mdtype":"Tag","name":"Heading","attributes":{"level":2,"id":"deposit-request-components","__idx":1},"children":["Deposit request components"]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":["A deposit request contains the following:"]},{"$$mdtype":"Tag","name":"ul","attributes":{},"children":[{"$$mdtype":"Tag","name":"li","attributes":{},"children":[{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["Customer"]},": Customer who is making the deposit."]},{"$$mdtype":"Tag","name":"li","attributes":{},"children":[{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["Amount and currency"]},": Requested deposit amount and currency."," ","The deposit form displays amounts that are determined by a ",{"$$mdtype":"Tag","name":"MarkdownLink","attributes":{"href":"#deposit-amount-strategies"},"children":["deposit amount strategy"]},", or amounts that are specified when the deposit request is created."]},{"$$mdtype":"Tag","name":"li","attributes":{},"children":[{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["Transactions"]},": Deposit transactions created when the customer initiates or retries payment."," ","A deposit request can reference multiple deposit transactions."," ","For example, declined attempts followed by a successful retry."," ","At most one deposit transaction is approved."]},{"$$mdtype":"Tag","name":"li","attributes":{},"children":[{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["Custom properties"]},": Optional fields collected from the customer in the deposit form."," ","Custom properties are rendered in deposit forms."," ","For more information, see ",{"$$mdtype":"Tag","name":"MarkdownLink","attributes":{"href":"#custom-property-sets"},"children":["Custom property sets"]},"."]},{"$$mdtype":"Tag","name":"li","attributes":{},"children":[{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["Custom fields"]},": Optional metadata specified when the deposit request is created."," ","Custom fields are not displayed in the deposit form."," ","Custom field values are copied to each deposit transaction when matching custom fields exist on both the deposit request and transaction."," ","Custom fields match when they have the same name and type."," ","For more information, see the ",{"$$mdtype":"Tag","name":"MarkdownLink","attributes":{"href":"/catalog/all/deposits/postdepositrequest#deposits/postdepositrequest/t=response&c=201&path=customfields"},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["customFields"]}," field in the deposit request schema"]},"."]},{"$$mdtype":"Tag","name":"li","attributes":{},"children":[{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["Redirect URL"]},": URL to redirect the customer to when the deposit request is completed."," ","If not specified, the default value is the website URL."]},{"$$mdtype":"Tag","name":"li","attributes":{},"children":[{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["Notification URL"]},": URL where a server-to-server ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["POST"]}," notification is sent when the deposit transaction result is finalized."]}]},{"$$mdtype":"Tag","name":"Heading","attributes":{"level":2,"id":"deposit-request-lifecycle","__idx":2},"children":["Deposit request lifecycle"]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":["This section describes the lifecycle of a deposit request."]},{"$$mdtype":"Tag","name":"Heading","attributes":{"level":3,"id":"deposit-request-status","__idx":3},"children":["Deposit request status"]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":["The following are all deposit request status types."]},{"$$mdtype":"Tag","name":"div","attributes":{"className":"md-table-wrapper"},"children":[{"$$mdtype":"Tag","name":"table","attributes":{"className":"md"},"children":[{"$$mdtype":"Tag","name":"thead","attributes":{},"children":[{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"th","attributes":{"width":"190","data-label":"Status"},"children":["Status "]},{"$$mdtype":"Tag","name":"th","attributes":{"data-label":"Description"},"children":["Description"]}]}]},{"$$mdtype":"Tag","name":"tbody","attributes":{},"children":[{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["created"]}]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["A deposit request is created, but the customer has not visited the deposit form."," ","This is a temporary state."]}]},{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["pending"]}]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["A customer visits the deposit form but has not initiated a deposit transaction."," ","This is a temporary state."]}]},{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["initiated"]}]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["A customer initiates a deposit transaction."," ","This is a temporary state."]}]},{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["attempted"]}]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["A payment gateway declines a deposit transaction attempt."," ","This is a temporary state."]}]},{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["completed"]}]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["A payment gateway approves a deposit transaction."," ","This is a permanent state."]}]},{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["expired"]}]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["A deposit request expires without an approved deposit transaction."," ","The default expiration time is one hour from deposit request creation."," ","This is a permanent state."]}]}]}]}]},{"$$mdtype":"Tag","name":"Heading","attributes":{"level":3,"id":"deposit-request-created-and-completed","__idx":4},"children":["Deposit request created and completed"]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":["This section describes the lifecycle for a deposit request that is completed."]},{"$$mdtype":"Tag","name":"Diagram","attributes":{"data-language":"mermaid","diagramType":"mermaid","diagramSource":"%%{init: {\"flowchart\": {\"htmlLabels\": false}}}%%\ngraph LR;\n    A(1 Created) --> B(2 Pending)\n    B --> C(3 Initiated)\n    C --> D(4 Completed)\n","diagramHtml":"<svg id=\"diagram-b30afe37824f1d7b593e2857663112ecddce73702bbfd74a921568be997bea90\" width=\"100%\" xmlns=\"http://www.w3.org/2000/svg\" class=\"flowchart\" style=\"max-width: 601.953125px;\" viewBox=\"0 0 601.953125 70\" role=\"graphics-document document\" aria-roledescription=\"flowchart-v2\"><style>#diagram-b30afe37824f1d7b593e2857663112ecddce73702bbfd74a921568be997bea90{font-family:\"Redocly Mermaid Sans\",sans-serif;font-size:16px;fill:#333;}@keyframes edge-animation-frame{from{stroke-dashoffset:0;}}@keyframes dash{to{stroke-dashoffset:0;}}#diagram-b30afe37824f1d7b593e2857663112ecddce73702bbfd74a921568be997bea90 .edge-animation-slow{stroke-dasharray:9,5!important;stroke-dashoffset:900;animation:dash 50s linear infinite;stroke-linecap:round;}#diagram-b30afe37824f1d7b593e2857663112ecddce73702bbfd74a921568be997bea90 .edge-animation-fast{stroke-dasharray:9,5!important;stroke-dashoffset:900;animation:dash 20s linear infinite;stroke-linecap:round;}#diagram-b30afe37824f1d7b593e2857663112ecddce73702bbfd74a921568be997bea90 .error-icon{fill:#552222;}#diagram-b30afe37824f1d7b593e2857663112ecddce73702bbfd74a921568be997bea90 .error-text{fill:#552222;stroke:#552222;}#diagram-b30afe37824f1d7b593e2857663112ecddce73702bbfd74a921568be997bea90 .edge-thickness-normal{stroke-width:1px;}#diagram-b30afe37824f1d7b593e2857663112ecddce73702bbfd74a921568be997bea90 .edge-thickness-thick{stroke-width:3.5px;}#diagram-b30afe37824f1d7b593e2857663112ecddce73702bbfd74a921568be997bea90 .edge-pattern-solid{stroke-dasharray:0;}#diagram-b30afe37824f1d7b593e2857663112ecddce73702bbfd74a921568be997bea90 .edge-thickness-invisible{stroke-width:0;fill:none;}#diagram-b30afe37824f1d7b593e2857663112ecddce73702bbfd74a921568be997bea90 .edge-pattern-dashed{stroke-dasharray:3;}#diagram-b30afe37824f1d7b593e2857663112ecddce73702bbfd74a921568be997bea90 .edge-pattern-dotted{stroke-dasharray:2;}#diagram-b30afe37824f1d7b593e2857663112ecddce73702bbfd74a921568be997bea90 .marker{fill:#333333;stroke:#333333;}#diagram-b30afe37824f1d7b593e2857663112ecddce73702bbfd74a921568be997bea90 .marker.cross{stroke:#333333;}#diagram-b30afe37824f1d7b593e2857663112ecddce73702bbfd74a921568be997bea90 svg{font-family:\"Redocly Mermaid Sans\",sans-serif;font-size:16px;}#diagram-b30afe37824f1d7b593e2857663112ecddce73702bbfd74a921568be997bea90 p{margin:0;}#diagram-b30afe37824f1d7b593e2857663112ecddce73702bbfd74a921568be997bea90 .label{font-family:\"Redocly Mermaid Sans\",sans-serif;color:#333;}#diagram-b30afe37824f1d7b593e2857663112ecddce73702bbfd74a921568be997bea90 .cluster-label text{fill:#333;}#diagram-b30afe37824f1d7b593e2857663112ecddce73702bbfd74a921568be997bea90 .cluster-label span{color:#333;}#diagram-b30afe37824f1d7b593e2857663112ecddce73702bbfd74a921568be997bea90 .cluster-label span p{background-color:transparent;}#diagram-b30afe37824f1d7b593e2857663112ecddce73702bbfd74a921568be997bea90 .label text,#diagram-b30afe37824f1d7b593e2857663112ecddce73702bbfd74a921568be997bea90 span{fill:#333;color:#333;}#diagram-b30afe37824f1d7b593e2857663112ecddce73702bbfd74a921568be997bea90 .node rect,#diagram-b30afe37824f1d7b593e2857663112ecddce73702bbfd74a921568be997bea90 .node circle,#diagram-b30afe37824f1d7b593e2857663112ecddce73702bbfd74a921568be997bea90 .node ellipse,#diagram-b30afe37824f1d7b593e2857663112ecddce73702bbfd74a921568be997bea90 .node polygon,#diagram-b30afe37824f1d7b593e2857663112ecddce73702bbfd74a921568be997bea90 .node path{fill:#ECECFF;stroke:#9370DB;stroke-width:1px;}#diagram-b30afe37824f1d7b593e2857663112ecddce73702bbfd74a921568be997bea90 .rough-node .label text,#diagram-b30afe37824f1d7b593e2857663112ecddce73702bbfd74a921568be997bea90 .node .label text,#diagram-b30afe37824f1d7b593e2857663112ecddce73702bbfd74a921568be997bea90 .image-shape .label,#diagram-b30afe37824f1d7b593e2857663112ecddce73702bbfd74a921568be997bea90 .icon-shape .label{text-anchor:middle;}#diagram-b30afe37824f1d7b593e2857663112ecddce73702bbfd74a921568be997bea90 .node .katex path{fill:#000;stroke:#000;stroke-width:1px;}#diagram-b30afe37824f1d7b593e2857663112ecddce73702bbfd74a921568be997bea90 .rough-node .label,#diagram-b30afe37824f1d7b593e2857663112ecddce73702bbfd74a921568be997bea90 .node .label,#diagram-b30afe37824f1d7b593e2857663112ecddce73702bbfd74a921568be997bea90 .image-shape .label,#diagram-b30afe37824f1d7b593e2857663112ecddce73702bbfd74a921568be997bea90 .icon-shape .label{text-align:center;}#diagram-b30afe37824f1d7b593e2857663112ecddce73702bbfd74a921568be997bea90 .node.clickable{cursor:pointer;}#diagram-b30afe37824f1d7b593e2857663112ecddce73702bbfd74a921568be997bea90 .root .anchor path{fill:#333333!important;stroke-width:0;stroke:#333333;}#diagram-b30afe37824f1d7b593e2857663112ecddce73702bbfd74a921568be997bea90 .arrowheadPath{fill:#333333;}#diagram-b30afe37824f1d7b593e2857663112ecddce73702bbfd74a921568be997bea90 .edgePath .path{stroke:#333333;stroke-width:1px;}#diagram-b30afe37824f1d7b593e2857663112ecddce73702bbfd74a921568be997bea90 .flowchart-link{stroke:#333333;fill:none;}#diagram-b30afe37824f1d7b593e2857663112ecddce73702bbfd74a921568be997bea90 .edgeLabel{background-color:rgba(232,232,232, 0.8);text-align:center;}#diagram-b30afe37824f1d7b593e2857663112ecddce73702bbfd74a921568be997bea90 .edgeLabel p{background-color:rgba(232,232,232, 0.8);}#diagram-b30afe37824f1d7b593e2857663112ecddce73702bbfd74a921568be997bea90 .edgeLabel rect{opacity:0.5;background-color:rgba(232,232,232, 0.8);fill:rgba(232,232,232, 0.8);}#diagram-b30afe37824f1d7b593e2857663112ecddce73702bbfd74a921568be997bea90 .labelBkg{background-color:rgba(232, 232, 232, 0.5);}#diagram-b30afe37824f1d7b593e2857663112ecddce73702bbfd74a921568be997bea90 .cluster rect{fill:#ffffde;stroke:#aaaa33;stroke-width:1px;}#diagram-b30afe37824f1d7b593e2857663112ecddce73702bbfd74a921568be997bea90 .cluster text{fill:#333;}#diagram-b30afe37824f1d7b593e2857663112ecddce73702bbfd74a921568be997bea90 .cluster span{color:#333;}#diagram-b30afe37824f1d7b593e2857663112ecddce73702bbfd74a921568be997bea90 div.mermaidTooltip{position:absolute;text-align:center;max-width:200px;padding:2px;font-family:\"Redocly Mermaid Sans\",sans-serif;font-size:12px;background:hsl(80, 100%, 96.2745098039%);border:1px solid #aaaa33;border-radius:2px;pointer-events:none;z-index:100;}#diagram-b30afe37824f1d7b593e2857663112ecddce73702bbfd74a921568be997bea90 .flowchartTitleText{text-anchor:middle;font-size:18px;fill:#333;}#diagram-b30afe37824f1d7b593e2857663112ecddce73702bbfd74a921568be997bea90 rect.text{fill:none;stroke-width:0;}#diagram-b30afe37824f1d7b593e2857663112ecddce73702bbfd74a921568be997bea90 .icon-shape,#diagram-b30afe37824f1d7b593e2857663112ecddce73702bbfd74a921568be997bea90 .image-shape{background-color:rgba(232,232,232, 0.8);text-align:center;}#diagram-b30afe37824f1d7b593e2857663112ecddce73702bbfd74a921568be997bea90 .icon-shape p,#diagram-b30afe37824f1d7b593e2857663112ecddce73702bbfd74a921568be997bea90 .image-shape p{background-color:rgba(232,232,232, 0.8);padding:2px;}#diagram-b30afe37824f1d7b593e2857663112ecddce73702bbfd74a921568be997bea90 .icon-shape .label rect,#diagram-b30afe37824f1d7b593e2857663112ecddce73702bbfd74a921568be997bea90 .image-shape .label rect{opacity:0.5;background-color:rgba(232,232,232, 0.8);fill:rgba(232,232,232, 0.8);}#diagram-b30afe37824f1d7b593e2857663112ecddce73702bbfd74a921568be997bea90 .label-icon{display:inline-block;height:1em;overflow:visible;vertical-align:-0.125em;}#diagram-b30afe37824f1d7b593e2857663112ecddce73702bbfd74a921568be997bea90 .node .label-icon path{fill:currentColor;stroke:revert;stroke-width:revert;}#diagram-b30afe37824f1d7b593e2857663112ecddce73702bbfd74a921568be997bea90 .node .neo-node{stroke:#9370DB;}#diagram-b30afe37824f1d7b593e2857663112ecddce73702bbfd74a921568be997bea90 [data-look=\"neo\"].node rect,#diagram-b30afe37824f1d7b593e2857663112ecddce73702bbfd74a921568be997bea90 [data-look=\"neo\"].cluster rect,#diagram-b30afe37824f1d7b593e2857663112ecddce73702bbfd74a921568be997bea90 [data-look=\"neo\"].node polygon{stroke:#9370DB;filter:drop-shadow(1px 2px 2px rgba(185, 185, 185, 1));}#diagram-b30afe37824f1d7b593e2857663112ecddce73702bbfd74a921568be997bea90 [data-look=\"neo\"].node path{stroke:#9370DB;stroke-width:1px;}#diagram-b30afe37824f1d7b593e2857663112ecddce73702bbfd74a921568be997bea90 [data-look=\"neo\"].node .outer-path{filter:drop-shadow(1px 2px 2px rgba(185, 185, 185, 1));}#diagram-b30afe37824f1d7b593e2857663112ecddce73702bbfd74a921568be997bea90 [data-look=\"neo\"].node .neo-line path{stroke:#9370DB;filter:none;}#diagram-b30afe37824f1d7b593e2857663112ecddce73702bbfd74a921568be997bea90 [data-look=\"neo\"].node circle{stroke:#9370DB;filter:drop-shadow(1px 2px 2px rgba(185, 185, 185, 1));}#diagram-b30afe37824f1d7b593e2857663112ecddce73702bbfd74a921568be997bea90 [data-look=\"neo\"].node circle .state-start{fill:#000000;}#diagram-b30afe37824f1d7b593e2857663112ecddce73702bbfd74a921568be997bea90 [data-look=\"neo\"].icon-shape .icon{fill:#9370DB;filter:drop-shadow(1px 2px 2px rgba(185, 185, 185, 1));}#diagram-b30afe37824f1d7b593e2857663112ecddce73702bbfd74a921568be997bea90 [data-look=\"neo\"].icon-shape .icon-neo path{stroke:#9370DB;filter:drop-shadow(1px 2px 2px rgba(185, 185, 185, 1));}#diagram-b30afe37824f1d7b593e2857663112ecddce73702bbfd74a921568be997bea90 :root{--mermaid-font-family:\"Redocly Mermaid Sans\",sans-serif;}#diagram-b30afe37824f1d7b593e2857663112ecddce73702bbfd74a921568be997bea90 :root{--mermaid-font-family:\"Redocly Mermaid Sans\",sans-serif;}</style><g><marker id=\"diagram-b30afe37824f1d7b593e2857663112ecddce73702bbfd74a921568be997bea90_flowchart-v2-pointEnd\" class=\"marker flowchart-v2\" viewBox=\"0 0 10 10\" refX=\"5\" refY=\"5\" markerUnits=\"userSpaceOnUse\" markerWidth=\"8\" markerHeight=\"8\" orient=\"auto\"><path d=\"M 0 0 L 10 5 L 0 10 z\" class=\"arrowMarkerPath\" style=\"stroke-width: 1; stroke-dasharray: 1, 0;\"></path></marker><marker id=\"diagram-b30afe37824f1d7b593e2857663112ecddce73702bbfd74a921568be997bea90_flowchart-v2-pointStart\" class=\"marker flowchart-v2\" viewBox=\"0 0 10 10\" refX=\"4.5\" refY=\"5\" markerUnits=\"userSpaceOnUse\" markerWidth=\"8\" markerHeight=\"8\" orient=\"auto\"><path d=\"M 0 5 L 10 10 L 10 0 z\" class=\"arrowMarkerPath\" style=\"stroke-width: 1; stroke-dasharray: 1, 0;\"></path></marker><marker id=\"diagram-b30afe37824f1d7b593e2857663112ecddce73702bbfd74a921568be997bea90_flowchart-v2-pointEnd-margin\" class=\"marker flowchart-v2\" viewBox=\"0 0 11.5 14\" refX=\"11.5\" refY=\"7\" markerUnits=\"userSpaceOnUse\" markerWidth=\"10.5\" markerHeight=\"14\" orient=\"auto\"><path d=\"M 0 0 L 11.5 7 L 0 14 z\" class=\"arrowMarkerPath\" style=\"stroke-width: 0; stroke-dasharray: 1, 0;\"></path></marker><marker id=\"diagram-b30afe37824f1d7b593e2857663112ecddce73702bbfd74a921568be997bea90_flowchart-v2-pointStart-margin\" class=\"marker flowchart-v2\" viewBox=\"0 0 11.5 14\" refX=\"1\" refY=\"7\" markerUnits=\"userSpaceOnUse\" markerWidth=\"11.5\" markerHeight=\"14\" orient=\"auto\"><polygon points=\"0,7 11.5,14 11.5,0\" class=\"arrowMarkerPath\" style=\"stroke-width: 0; stroke-dasharray: 1, 0;\"></polygon></marker><marker id=\"diagram-b30afe37824f1d7b593e2857663112ecddce73702bbfd74a921568be997bea90_flowchart-v2-circleEnd\" class=\"marker flowchart-v2\" viewBox=\"0 0 10 10\" refX=\"11\" refY=\"5\" markerUnits=\"userSpaceOnUse\" markerWidth=\"11\" markerHeight=\"11\" orient=\"auto\"><circle cx=\"5\" cy=\"5\" r=\"5\" class=\"arrowMarkerPath\" style=\"stroke-width: 1; stroke-dasharray: 1, 0;\"></circle></marker><marker id=\"diagram-b30afe37824f1d7b593e2857663112ecddce73702bbfd74a921568be997bea90_flowchart-v2-circleStart\" class=\"marker flowchart-v2\" viewBox=\"0 0 10 10\" refX=\"-1\" refY=\"5\" markerUnits=\"userSpaceOnUse\" markerWidth=\"11\" markerHeight=\"11\" orient=\"auto\"><circle cx=\"5\" cy=\"5\" r=\"5\" class=\"arrowMarkerPath\" style=\"stroke-width: 1; stroke-dasharray: 1, 0;\"></circle></marker><marker id=\"diagram-b30afe37824f1d7b593e2857663112ecddce73702bbfd74a921568be997bea90_flowchart-v2-circleEnd-margin\" class=\"marker flowchart-v2\" viewBox=\"0 0 10 10\" refY=\"5\" refX=\"12.25\" markerUnits=\"userSpaceOnUse\" markerWidth=\"14\" markerHeight=\"14\" orient=\"auto\"><circle cx=\"5\" cy=\"5\" r=\"5\" class=\"arrowMarkerPath\" style=\"stroke-width: 0; stroke-dasharray: 1, 0;\"></circle></marker><marker id=\"diagram-b30afe37824f1d7b593e2857663112ecddce73702bbfd74a921568be997bea90_flowchart-v2-circleStart-margin\" class=\"marker flowchart-v2\" viewBox=\"0 0 10 10\" refX=\"-2\" refY=\"5\" markerUnits=\"userSpaceOnUse\" markerWidth=\"14\" markerHeight=\"14\" orient=\"auto\"><circle cx=\"5\" cy=\"5\" r=\"5\" class=\"arrowMarkerPath\" style=\"stroke-width: 0; stroke-dasharray: 1, 0;\"></circle></marker><marker id=\"diagram-b30afe37824f1d7b593e2857663112ecddce73702bbfd74a921568be997bea90_flowchart-v2-crossEnd\" class=\"marker cross flowchart-v2\" viewBox=\"0 0 11 11\" refX=\"12\" refY=\"5.2\" markerUnits=\"userSpaceOnUse\" markerWidth=\"11\" markerHeight=\"11\" orient=\"auto\"><path d=\"M 1,1 l 9,9 M 10,1 l -9,9\" class=\"arrowMarkerPath\" style=\"stroke-width: 2; stroke-dasharray: 1, 0;\"></path></marker><marker id=\"diagram-b30afe37824f1d7b593e2857663112ecddce73702bbfd74a921568be997bea90_flowchart-v2-crossStart\" class=\"marker cross flowchart-v2\" viewBox=\"0 0 11 11\" refX=\"-1\" refY=\"5.2\" markerUnits=\"userSpaceOnUse\" markerWidth=\"11\" markerHeight=\"11\" orient=\"auto\"><path d=\"M 1,1 l 9,9 M 10,1 l -9,9\" class=\"arrowMarkerPath\" style=\"stroke-width: 2; stroke-dasharray: 1, 0;\"></path></marker><marker id=\"diagram-b30afe37824f1d7b593e2857663112ecddce73702bbfd74a921568be997bea90_flowchart-v2-crossEnd-margin\" class=\"marker cross flowchart-v2\" viewBox=\"0 0 15 15\" refX=\"17.7\" refY=\"7.5\" markerUnits=\"userSpaceOnUse\" markerWidth=\"12\" markerHeight=\"12\" orient=\"auto\"><path d=\"M 1,1 L 14,14 M 1,14 L 14,1\" class=\"arrowMarkerPath\" style=\"stroke-width: 2.5;\"></path></marker><marker id=\"diagram-b30afe37824f1d7b593e2857663112ecddce73702bbfd74a921568be997bea90_flowchart-v2-crossStart-margin\" class=\"marker cross flowchart-v2\" viewBox=\"0 0 15 15\" refX=\"-3.5\" refY=\"7.5\" markerUnits=\"userSpaceOnUse\" markerWidth=\"12\" markerHeight=\"12\" orient=\"auto\"><path d=\"M 1,1 L 14,14 M 1,14 L 14,1\" class=\"arrowMarkerPath\" style=\"stroke-width: 2.5; stroke-dasharray: 1, 0;\"></path></marker><g class=\"root\"><g class=\"clusters\"></g><g class=\"edgePaths\"><path d=\"M109.922,35L114.089,35C118.255,35,126.589,35,134.255,35C141.922,35,148.922,35,152.422,35L155.922,35\" id=\"diagram-b30afe37824f1d7b593e2857663112ecddce73702bbfd74a921568be997bea90-L_A_B_0\" class=\"edge-thickness-normal edge-pattern-solid edge-thickness-normal edge-pattern-solid flowchart-link\" style=\";\" data-edge=\"true\" data-et=\"edge\" data-id=\"L_A_B_0\" data-points=\"W3sieCI6MTA5LjkyMTg3NSwieSI6MzV9LHsieCI6MTM0LjkyMTg3NSwieSI6MzV9LHsieCI6MTU5LjkyMTg3NSwieSI6MzV9XQ==\" data-look=\"classic\" marker-end=\"url(#diagram-b30afe37824f1d7b593e2857663112ecddce73702bbfd74a921568be997bea90_flowchart-v2-pointEnd)\"></path><path d=\"M264.094,35L268.26,35C272.427,35,280.76,35,288.427,35C296.094,35,303.094,35,306.594,35L310.094,35\" id=\"diagram-b30afe37824f1d7b593e2857663112ecddce73702bbfd74a921568be997bea90-L_B_C_0\" class=\"edge-thickness-normal edge-pattern-solid edge-thickness-normal edge-pattern-solid flowchart-link\" style=\";\" data-edge=\"true\" data-et=\"edge\" data-id=\"L_B_C_0\" data-points=\"W3sieCI6MjY0LjA5Mzc1LCJ5IjozNX0seyJ4IjoyODkuMDkzNzUsInkiOjM1fSx7IngiOjMxNC4wOTM3NSwieSI6MzV9XQ==\" data-look=\"classic\" marker-end=\"url(#diagram-b30afe37824f1d7b593e2857663112ecddce73702bbfd74a921568be997bea90_flowchart-v2-pointEnd)\"></path><path d=\"M418.75,35L422.917,35C427.083,35,435.417,35,443.083,35C450.75,35,457.75,35,461.25,35L464.75,35\" id=\"diagram-b30afe37824f1d7b593e2857663112ecddce73702bbfd74a921568be997bea90-L_C_D_0\" class=\"edge-thickness-normal edge-pattern-solid edge-thickness-normal edge-pattern-solid flowchart-link\" style=\";\" data-edge=\"true\" data-et=\"edge\" data-id=\"L_C_D_0\" data-points=\"W3sieCI6NDE4Ljc1LCJ5IjozNX0seyJ4Ijo0NDMuNzUsInkiOjM1fSx7IngiOjQ2OC43NSwieSI6MzV9XQ==\" data-look=\"classic\" marker-end=\"url(#diagram-b30afe37824f1d7b593e2857663112ecddce73702bbfd74a921568be997bea90_flowchart-v2-pointEnd)\"></path></g><g class=\"edgeLabels\"><g class=\"edgeLabel\"><g class=\"label\" data-id=\"L_A_B_0\" transform=\"translate(0, 0)\"><text y=\"-10.1\" text-anchor=\"middle\"><tspan class=\"text-outer-tspan row\" x=\"0\" y=\"-0.1em\" dy=\"1.1em\" text-anchor=\"middle\"></tspan></text></g></g><g><rect class=\"background\" style=\"stroke: none\"></rect></g><g class=\"edgeLabel\"><g class=\"label\" data-id=\"L_B_C_0\" transform=\"translate(0, 0)\"><text y=\"-10.1\" text-anchor=\"middle\"><tspan class=\"text-outer-tspan row\" x=\"0\" y=\"-0.1em\" dy=\"1.1em\" text-anchor=\"middle\"></tspan></text></g></g><g><rect class=\"background\" style=\"stroke: none\"></rect></g><g class=\"edgeLabel\"><g class=\"label\" data-id=\"L_C_D_0\" transform=\"translate(0, 0)\"><text y=\"-10.1\" text-anchor=\"middle\"><tspan class=\"text-outer-tspan row\" x=\"0\" y=\"-0.1em\" dy=\"1.1em\" text-anchor=\"middle\"></tspan></text></g></g><g><rect class=\"background\" style=\"stroke: none\"></rect></g></g><g class=\"nodes\"><g class=\"node default\" id=\"diagram-b30afe37824f1d7b593e2857663112ecddce73702bbfd74a921568be997bea90-flowchart-A-0\" data-look=\"classic\" transform=\"translate(58.9609375, 35)\"><rect class=\"basic label-container\" style=\"\" rx=\"5\" ry=\"5\" x=\"-50.9609375\" y=\"-27\" width=\"101.921875\" height=\"54\"></rect><g class=\"label\" style=\"\" transform=\"translate(-35.9609375, -12)\"><rect></rect><foreignObject width=\"71.921875\" height=\"24\"><div xmlns=\"http://www.w3.org/1999/xhtml\" style=\"display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 200px; text-align: center;\"><span class=\"nodeLabel\"><p>1 Created</p></span></div></foreignObject></g></g><g class=\"node default\" id=\"diagram-b30afe37824f1d7b593e2857663112ecddce73702bbfd74a921568be997bea90-flowchart-B-1\" data-look=\"classic\" transform=\"translate(212.0078125, 35)\"><rect class=\"basic label-container\" style=\"\" rx=\"5\" ry=\"5\" x=\"-52.0859375\" y=\"-27\" width=\"104.171875\" height=\"54\"></rect><g class=\"label\" style=\"\" transform=\"translate(-37.0859375, -12)\"><rect></rect><foreignObject width=\"74.171875\" height=\"24\"><div xmlns=\"http://www.w3.org/1999/xhtml\" style=\"display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 200px; text-align: center;\"><span class=\"nodeLabel\"><p>2 Pending</p></span></div></foreignObject></g></g><g class=\"node default\" id=\"diagram-b30afe37824f1d7b593e2857663112ecddce73702bbfd74a921568be997bea90-flowchart-C-3\" data-look=\"classic\" transform=\"translate(366.421875, 35)\"><rect class=\"basic label-container\" style=\"\" rx=\"5\" ry=\"5\" x=\"-52.328125\" y=\"-27\" width=\"104.65625\" height=\"54\"></rect><g class=\"label\" style=\"\" transform=\"translate(-37.328125, -12)\"><rect></rect><foreignObject width=\"74.65625\" height=\"24\"><div xmlns=\"http://www.w3.org/1999/xhtml\" style=\"display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 200px; text-align: center;\"><span class=\"nodeLabel\"><p>3 Initiated</p></span></div></foreignObject></g></g><g class=\"node default\" id=\"diagram-b30afe37824f1d7b593e2857663112ecddce73702bbfd74a921568be997bea90-flowchart-D-5\" data-look=\"classic\" transform=\"translate(531.3515625, 35)\"><rect class=\"basic label-container\" style=\"\" rx=\"5\" ry=\"5\" x=\"-62.6015625\" y=\"-27\" width=\"125.203125\" height=\"54\"></rect><g class=\"label\" style=\"\" transform=\"translate(-47.6015625, -12)\"><rect></rect><foreignObject width=\"95.203125\" height=\"24\"><div xmlns=\"http://www.w3.org/1999/xhtml\" style=\"display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 200px; text-align: center;\"><span class=\"nodeLabel\"><p>4 Completed</p></span></div></foreignObject></g></g></g></g></g><defs><filter id=\"diagram-b30afe37824f1d7b593e2857663112ecddce73702bbfd74a921568be997bea90-drop-shadow\" height=\"130%\" width=\"130%\"><feDropShadow dx=\"4\" dy=\"4\" stdDeviation=\"0\" flood-opacity=\"0.06\" flood-color=\"#000000\"></feDropShadow></filter></defs><defs><filter id=\"diagram-b30afe37824f1d7b593e2857663112ecddce73702bbfd74a921568be997bea90-drop-shadow-small\" height=\"150%\" width=\"150%\"><feDropShadow dx=\"2\" dy=\"2\" stdDeviation=\"0\" flood-opacity=\"0.06\" flood-color=\"#000000\"></feDropShadow></filter></defs></svg>","diagramHtmlDark":"<svg id=\"diagram-ec7615fc64318548c831a9465e5c7dd13443c6d4964d416b0f816c70512844ba\" width=\"100%\" xmlns=\"http://www.w3.org/2000/svg\" class=\"flowchart\" style=\"max-width: 601.953125px;\" viewBox=\"0 0 601.953125 70\" role=\"graphics-document document\" aria-roledescription=\"flowchart-v2\"><style>#diagram-ec7615fc64318548c831a9465e5c7dd13443c6d4964d416b0f816c70512844ba{font-family:\"Redocly Mermaid Sans\",sans-serif;font-size:16px;fill:#ccc;}@keyframes edge-animation-frame{from{stroke-dashoffset:0;}}@keyframes dash{to{stroke-dashoffset:0;}}#diagram-ec7615fc64318548c831a9465e5c7dd13443c6d4964d416b0f816c70512844ba .edge-animation-slow{stroke-dasharray:9,5!important;stroke-dashoffset:900;animation:dash 50s linear infinite;stroke-linecap:round;}#diagram-ec7615fc64318548c831a9465e5c7dd13443c6d4964d416b0f816c70512844ba .edge-animation-fast{stroke-dasharray:9,5!important;stroke-dashoffset:900;animation:dash 20s linear infinite;stroke-linecap:round;}#diagram-ec7615fc64318548c831a9465e5c7dd13443c6d4964d416b0f816c70512844ba .error-icon{fill:#a44141;}#diagram-ec7615fc64318548c831a9465e5c7dd13443c6d4964d416b0f816c70512844ba .error-text{fill:#ddd;stroke:#ddd;}#diagram-ec7615fc64318548c831a9465e5c7dd13443c6d4964d416b0f816c70512844ba .edge-thickness-normal{stroke-width:1px;}#diagram-ec7615fc64318548c831a9465e5c7dd13443c6d4964d416b0f816c70512844ba .edge-thickness-thick{stroke-width:3.5px;}#diagram-ec7615fc64318548c831a9465e5c7dd13443c6d4964d416b0f816c70512844ba .edge-pattern-solid{stroke-dasharray:0;}#diagram-ec7615fc64318548c831a9465e5c7dd13443c6d4964d416b0f816c70512844ba .edge-thickness-invisible{stroke-width:0;fill:none;}#diagram-ec7615fc64318548c831a9465e5c7dd13443c6d4964d416b0f816c70512844ba .edge-pattern-dashed{stroke-dasharray:3;}#diagram-ec7615fc64318548c831a9465e5c7dd13443c6d4964d416b0f816c70512844ba .edge-pattern-dotted{stroke-dasharray:2;}#diagram-ec7615fc64318548c831a9465e5c7dd13443c6d4964d416b0f816c70512844ba .marker{fill:lightgrey;stroke:lightgrey;}#diagram-ec7615fc64318548c831a9465e5c7dd13443c6d4964d416b0f816c70512844ba .marker.cross{stroke:lightgrey;}#diagram-ec7615fc64318548c831a9465e5c7dd13443c6d4964d416b0f816c70512844ba svg{font-family:\"Redocly Mermaid Sans\",sans-serif;font-size:16px;}#diagram-ec7615fc64318548c831a9465e5c7dd13443c6d4964d416b0f816c70512844ba p{margin:0;}#diagram-ec7615fc64318548c831a9465e5c7dd13443c6d4964d416b0f816c70512844ba .label{font-family:\"Redocly Mermaid Sans\",sans-serif;color:#ccc;}#diagram-ec7615fc64318548c831a9465e5c7dd13443c6d4964d416b0f816c70512844ba .cluster-label text{fill:#F9FFFE;}#diagram-ec7615fc64318548c831a9465e5c7dd13443c6d4964d416b0f816c70512844ba .cluster-label span{color:#F9FFFE;}#diagram-ec7615fc64318548c831a9465e5c7dd13443c6d4964d416b0f816c70512844ba .cluster-label span p{background-color:transparent;}#diagram-ec7615fc64318548c831a9465e5c7dd13443c6d4964d416b0f816c70512844ba .label text,#diagram-ec7615fc64318548c831a9465e5c7dd13443c6d4964d416b0f816c70512844ba span{fill:#ccc;color:#ccc;}#diagram-ec7615fc64318548c831a9465e5c7dd13443c6d4964d416b0f816c70512844ba .node rect,#diagram-ec7615fc64318548c831a9465e5c7dd13443c6d4964d416b0f816c70512844ba .node circle,#diagram-ec7615fc64318548c831a9465e5c7dd13443c6d4964d416b0f816c70512844ba .node ellipse,#diagram-ec7615fc64318548c831a9465e5c7dd13443c6d4964d416b0f816c70512844ba .node polygon,#diagram-ec7615fc64318548c831a9465e5c7dd13443c6d4964d416b0f816c70512844ba .node path{fill:#1f2020;stroke:#ccc;stroke-width:1px;}#diagram-ec7615fc64318548c831a9465e5c7dd13443c6d4964d416b0f816c70512844ba .rough-node .label text,#diagram-ec7615fc64318548c831a9465e5c7dd13443c6d4964d416b0f816c70512844ba .node .label text,#diagram-ec7615fc64318548c831a9465e5c7dd13443c6d4964d416b0f816c70512844ba .image-shape .label,#diagram-ec7615fc64318548c831a9465e5c7dd13443c6d4964d416b0f816c70512844ba .icon-shape .label{text-anchor:middle;}#diagram-ec7615fc64318548c831a9465e5c7dd13443c6d4964d416b0f816c70512844ba .node .katex path{fill:#000;stroke:#000;stroke-width:1px;}#diagram-ec7615fc64318548c831a9465e5c7dd13443c6d4964d416b0f816c70512844ba .rough-node .label,#diagram-ec7615fc64318548c831a9465e5c7dd13443c6d4964d416b0f816c70512844ba .node .label,#diagram-ec7615fc64318548c831a9465e5c7dd13443c6d4964d416b0f816c70512844ba .image-shape .label,#diagram-ec7615fc64318548c831a9465e5c7dd13443c6d4964d416b0f816c70512844ba .icon-shape .label{text-align:center;}#diagram-ec7615fc64318548c831a9465e5c7dd13443c6d4964d416b0f816c70512844ba .node.clickable{cursor:pointer;}#diagram-ec7615fc64318548c831a9465e5c7dd13443c6d4964d416b0f816c70512844ba .root .anchor path{fill:lightgrey!important;stroke-width:0;stroke:lightgrey;}#diagram-ec7615fc64318548c831a9465e5c7dd13443c6d4964d416b0f816c70512844ba .arrowheadPath{fill:lightgrey;}#diagram-ec7615fc64318548c831a9465e5c7dd13443c6d4964d416b0f816c70512844ba .edgePath .path{stroke:lightgrey;stroke-width:1px;}#diagram-ec7615fc64318548c831a9465e5c7dd13443c6d4964d416b0f816c70512844ba .flowchart-link{stroke:lightgrey;fill:none;}#diagram-ec7615fc64318548c831a9465e5c7dd13443c6d4964d416b0f816c70512844ba .edgeLabel{background-color:hsl(0, 0%, 34.4117647059%);text-align:center;}#diagram-ec7615fc64318548c831a9465e5c7dd13443c6d4964d416b0f816c70512844ba .edgeLabel p{background-color:hsl(0, 0%, 34.4117647059%);}#diagram-ec7615fc64318548c831a9465e5c7dd13443c6d4964d416b0f816c70512844ba .edgeLabel rect{opacity:0.5;background-color:hsl(0, 0%, 34.4117647059%);fill:hsl(0, 0%, 34.4117647059%);}#diagram-ec7615fc64318548c831a9465e5c7dd13443c6d4964d416b0f816c70512844ba .labelBkg{background-color:rgba(87.75, 87.75, 87.75, 0.5);}#diagram-ec7615fc64318548c831a9465e5c7dd13443c6d4964d416b0f816c70512844ba .cluster rect{fill:hsl(180, 1.5873015873%, 28.3529411765%);stroke:rgba(255, 255, 255, 0.25);stroke-width:1px;}#diagram-ec7615fc64318548c831a9465e5c7dd13443c6d4964d416b0f816c70512844ba .cluster text{fill:#F9FFFE;}#diagram-ec7615fc64318548c831a9465e5c7dd13443c6d4964d416b0f816c70512844ba .cluster span{color:#F9FFFE;}#diagram-ec7615fc64318548c831a9465e5c7dd13443c6d4964d416b0f816c70512844ba div.mermaidTooltip{position:absolute;text-align:center;max-width:200px;padding:2px;font-family:\"Redocly Mermaid Sans\",sans-serif;font-size:12px;background:hsl(20, 1.5873015873%, 12.3529411765%);border:1px solid rgba(255, 255, 255, 0.25);border-radius:2px;pointer-events:none;z-index:100;}#diagram-ec7615fc64318548c831a9465e5c7dd13443c6d4964d416b0f816c70512844ba .flowchartTitleText{text-anchor:middle;font-size:18px;fill:#ccc;}#diagram-ec7615fc64318548c831a9465e5c7dd13443c6d4964d416b0f816c70512844ba rect.text{fill:none;stroke-width:0;}#diagram-ec7615fc64318548c831a9465e5c7dd13443c6d4964d416b0f816c70512844ba .icon-shape,#diagram-ec7615fc64318548c831a9465e5c7dd13443c6d4964d416b0f816c70512844ba .image-shape{background-color:hsl(0, 0%, 34.4117647059%);text-align:center;}#diagram-ec7615fc64318548c831a9465e5c7dd13443c6d4964d416b0f816c70512844ba .icon-shape p,#diagram-ec7615fc64318548c831a9465e5c7dd13443c6d4964d416b0f816c70512844ba .image-shape p{background-color:hsl(0, 0%, 34.4117647059%);padding:2px;}#diagram-ec7615fc64318548c831a9465e5c7dd13443c6d4964d416b0f816c70512844ba .icon-shape .label rect,#diagram-ec7615fc64318548c831a9465e5c7dd13443c6d4964d416b0f816c70512844ba .image-shape .label rect{opacity:0.5;background-color:hsl(0, 0%, 34.4117647059%);fill:hsl(0, 0%, 34.4117647059%);}#diagram-ec7615fc64318548c831a9465e5c7dd13443c6d4964d416b0f816c70512844ba .label-icon{display:inline-block;height:1em;overflow:visible;vertical-align:-0.125em;}#diagram-ec7615fc64318548c831a9465e5c7dd13443c6d4964d416b0f816c70512844ba .node .label-icon path{fill:currentColor;stroke:revert;stroke-width:revert;}#diagram-ec7615fc64318548c831a9465e5c7dd13443c6d4964d416b0f816c70512844ba .node .neo-node{stroke:#ccc;}#diagram-ec7615fc64318548c831a9465e5c7dd13443c6d4964d416b0f816c70512844ba [data-look=\"neo\"].node rect,#diagram-ec7615fc64318548c831a9465e5c7dd13443c6d4964d416b0f816c70512844ba [data-look=\"neo\"].cluster rect,#diagram-ec7615fc64318548c831a9465e5c7dd13443c6d4964d416b0f816c70512844ba [data-look=\"neo\"].node polygon{stroke:url(#diagram-ec7615fc64318548c831a9465e5c7dd13443c6d4964d416b0f816c70512844ba-gradient);filter:drop-shadow( 1px 2px 2px rgba(185,185,185,1));}#diagram-ec7615fc64318548c831a9465e5c7dd13443c6d4964d416b0f816c70512844ba [data-look=\"neo\"].node path{stroke:url(#diagram-ec7615fc64318548c831a9465e5c7dd13443c6d4964d416b0f816c70512844ba-gradient);stroke-width:1px;}#diagram-ec7615fc64318548c831a9465e5c7dd13443c6d4964d416b0f816c70512844ba [data-look=\"neo\"].node .outer-path{filter:drop-shadow( 1px 2px 2px rgba(185,185,185,1));}#diagram-ec7615fc64318548c831a9465e5c7dd13443c6d4964d416b0f816c70512844ba [data-look=\"neo\"].node .neo-line path{stroke:#ccc;filter:none;}#diagram-ec7615fc64318548c831a9465e5c7dd13443c6d4964d416b0f816c70512844ba [data-look=\"neo\"].node circle{stroke:url(#diagram-ec7615fc64318548c831a9465e5c7dd13443c6d4964d416b0f816c70512844ba-gradient);filter:drop-shadow( 1px 2px 2px rgba(185,185,185,1));}#diagram-ec7615fc64318548c831a9465e5c7dd13443c6d4964d416b0f816c70512844ba [data-look=\"neo\"].node circle .state-start{fill:#000000;}#diagram-ec7615fc64318548c831a9465e5c7dd13443c6d4964d416b0f816c70512844ba [data-look=\"neo\"].icon-shape .icon{fill:url(#diagram-ec7615fc64318548c831a9465e5c7dd13443c6d4964d416b0f816c70512844ba-gradient);filter:drop-shadow( 1px 2px 2px rgba(185,185,185,1));}#diagram-ec7615fc64318548c831a9465e5c7dd13443c6d4964d416b0f816c70512844ba [data-look=\"neo\"].icon-shape .icon-neo path{stroke:url(#diagram-ec7615fc64318548c831a9465e5c7dd13443c6d4964d416b0f816c70512844ba-gradient);filter:drop-shadow( 1px 2px 2px rgba(185,185,185,1));}#diagram-ec7615fc64318548c831a9465e5c7dd13443c6d4964d416b0f816c70512844ba :root{--mermaid-font-family:\"Redocly Mermaid Sans\",sans-serif;}#diagram-ec7615fc64318548c831a9465e5c7dd13443c6d4964d416b0f816c70512844ba :root{--mermaid-font-family:\"Redocly Mermaid Sans\",sans-serif;}</style><g><marker id=\"diagram-ec7615fc64318548c831a9465e5c7dd13443c6d4964d416b0f816c70512844ba_flowchart-v2-pointEnd\" class=\"marker flowchart-v2\" viewBox=\"0 0 10 10\" refX=\"5\" refY=\"5\" markerUnits=\"userSpaceOnUse\" markerWidth=\"8\" markerHeight=\"8\" orient=\"auto\"><path d=\"M 0 0 L 10 5 L 0 10 z\" class=\"arrowMarkerPath\" style=\"stroke-width: 1; stroke-dasharray: 1, 0;\"></path></marker><marker id=\"diagram-ec7615fc64318548c831a9465e5c7dd13443c6d4964d416b0f816c70512844ba_flowchart-v2-pointStart\" class=\"marker flowchart-v2\" viewBox=\"0 0 10 10\" refX=\"4.5\" refY=\"5\" markerUnits=\"userSpaceOnUse\" markerWidth=\"8\" markerHeight=\"8\" orient=\"auto\"><path d=\"M 0 5 L 10 10 L 10 0 z\" class=\"arrowMarkerPath\" style=\"stroke-width: 1; stroke-dasharray: 1, 0;\"></path></marker><marker id=\"diagram-ec7615fc64318548c831a9465e5c7dd13443c6d4964d416b0f816c70512844ba_flowchart-v2-pointEnd-margin\" class=\"marker flowchart-v2\" viewBox=\"0 0 11.5 14\" refX=\"11.5\" refY=\"7\" markerUnits=\"userSpaceOnUse\" markerWidth=\"10.5\" markerHeight=\"14\" orient=\"auto\"><path d=\"M 0 0 L 11.5 7 L 0 14 z\" class=\"arrowMarkerPath\" style=\"stroke-width: 0; stroke-dasharray: 1, 0;\"></path></marker><marker id=\"diagram-ec7615fc64318548c831a9465e5c7dd13443c6d4964d416b0f816c70512844ba_flowchart-v2-pointStart-margin\" class=\"marker flowchart-v2\" viewBox=\"0 0 11.5 14\" refX=\"1\" refY=\"7\" markerUnits=\"userSpaceOnUse\" markerWidth=\"11.5\" markerHeight=\"14\" orient=\"auto\"><polygon points=\"0,7 11.5,14 11.5,0\" class=\"arrowMarkerPath\" style=\"stroke-width: 0; stroke-dasharray: 1, 0;\"></polygon></marker><marker id=\"diagram-ec7615fc64318548c831a9465e5c7dd13443c6d4964d416b0f816c70512844ba_flowchart-v2-circleEnd\" class=\"marker flowchart-v2\" viewBox=\"0 0 10 10\" refX=\"11\" refY=\"5\" markerUnits=\"userSpaceOnUse\" markerWidth=\"11\" markerHeight=\"11\" orient=\"auto\"><circle cx=\"5\" cy=\"5\" r=\"5\" class=\"arrowMarkerPath\" style=\"stroke-width: 1; stroke-dasharray: 1, 0;\"></circle></marker><marker id=\"diagram-ec7615fc64318548c831a9465e5c7dd13443c6d4964d416b0f816c70512844ba_flowchart-v2-circleStart\" class=\"marker flowchart-v2\" viewBox=\"0 0 10 10\" refX=\"-1\" refY=\"5\" markerUnits=\"userSpaceOnUse\" markerWidth=\"11\" markerHeight=\"11\" orient=\"auto\"><circle cx=\"5\" cy=\"5\" r=\"5\" class=\"arrowMarkerPath\" style=\"stroke-width: 1; stroke-dasharray: 1, 0;\"></circle></marker><marker id=\"diagram-ec7615fc64318548c831a9465e5c7dd13443c6d4964d416b0f816c70512844ba_flowchart-v2-circleEnd-margin\" class=\"marker flowchart-v2\" viewBox=\"0 0 10 10\" refY=\"5\" refX=\"12.25\" markerUnits=\"userSpaceOnUse\" markerWidth=\"14\" markerHeight=\"14\" orient=\"auto\"><circle cx=\"5\" cy=\"5\" r=\"5\" class=\"arrowMarkerPath\" style=\"stroke-width: 0; stroke-dasharray: 1, 0;\"></circle></marker><marker id=\"diagram-ec7615fc64318548c831a9465e5c7dd13443c6d4964d416b0f816c70512844ba_flowchart-v2-circleStart-margin\" class=\"marker flowchart-v2\" viewBox=\"0 0 10 10\" refX=\"-2\" refY=\"5\" markerUnits=\"userSpaceOnUse\" markerWidth=\"14\" markerHeight=\"14\" orient=\"auto\"><circle cx=\"5\" cy=\"5\" r=\"5\" class=\"arrowMarkerPath\" style=\"stroke-width: 0; stroke-dasharray: 1, 0;\"></circle></marker><marker id=\"diagram-ec7615fc64318548c831a9465e5c7dd13443c6d4964d416b0f816c70512844ba_flowchart-v2-crossEnd\" class=\"marker cross flowchart-v2\" viewBox=\"0 0 11 11\" refX=\"12\" refY=\"5.2\" markerUnits=\"userSpaceOnUse\" markerWidth=\"11\" markerHeight=\"11\" orient=\"auto\"><path d=\"M 1,1 l 9,9 M 10,1 l -9,9\" class=\"arrowMarkerPath\" style=\"stroke-width: 2; stroke-dasharray: 1, 0;\"></path></marker><marker id=\"diagram-ec7615fc64318548c831a9465e5c7dd13443c6d4964d416b0f816c70512844ba_flowchart-v2-crossStart\" class=\"marker cross flowchart-v2\" viewBox=\"0 0 11 11\" refX=\"-1\" refY=\"5.2\" markerUnits=\"userSpaceOnUse\" markerWidth=\"11\" markerHeight=\"11\" orient=\"auto\"><path d=\"M 1,1 l 9,9 M 10,1 l -9,9\" class=\"arrowMarkerPath\" style=\"stroke-width: 2; stroke-dasharray: 1, 0;\"></path></marker><marker id=\"diagram-ec7615fc64318548c831a9465e5c7dd13443c6d4964d416b0f816c70512844ba_flowchart-v2-crossEnd-margin\" class=\"marker cross flowchart-v2\" viewBox=\"0 0 15 15\" refX=\"17.7\" refY=\"7.5\" markerUnits=\"userSpaceOnUse\" markerWidth=\"12\" markerHeight=\"12\" orient=\"auto\"><path d=\"M 1,1 L 14,14 M 1,14 L 14,1\" class=\"arrowMarkerPath\" style=\"stroke-width: 2.5;\"></path></marker><marker id=\"diagram-ec7615fc64318548c831a9465e5c7dd13443c6d4964d416b0f816c70512844ba_flowchart-v2-crossStart-margin\" class=\"marker cross flowchart-v2\" viewBox=\"0 0 15 15\" refX=\"-3.5\" refY=\"7.5\" markerUnits=\"userSpaceOnUse\" markerWidth=\"12\" markerHeight=\"12\" orient=\"auto\"><path d=\"M 1,1 L 14,14 M 1,14 L 14,1\" class=\"arrowMarkerPath\" style=\"stroke-width: 2.5; stroke-dasharray: 1, 0;\"></path></marker><g class=\"root\"><g class=\"clusters\"></g><g class=\"edgePaths\"><path d=\"M109.922,35L114.089,35C118.255,35,126.589,35,134.255,35C141.922,35,148.922,35,152.422,35L155.922,35\" id=\"diagram-ec7615fc64318548c831a9465e5c7dd13443c6d4964d416b0f816c70512844ba-L_A_B_0\" class=\"edge-thickness-normal edge-pattern-solid edge-thickness-normal edge-pattern-solid flowchart-link\" style=\";\" data-edge=\"true\" data-et=\"edge\" data-id=\"L_A_B_0\" data-points=\"W3sieCI6MTA5LjkyMTg3NSwieSI6MzV9LHsieCI6MTM0LjkyMTg3NSwieSI6MzV9LHsieCI6MTU5LjkyMTg3NSwieSI6MzV9XQ==\" data-look=\"classic\" marker-end=\"url(#diagram-ec7615fc64318548c831a9465e5c7dd13443c6d4964d416b0f816c70512844ba_flowchart-v2-pointEnd)\"></path><path d=\"M264.094,35L268.26,35C272.427,35,280.76,35,288.427,35C296.094,35,303.094,35,306.594,35L310.094,35\" id=\"diagram-ec7615fc64318548c831a9465e5c7dd13443c6d4964d416b0f816c70512844ba-L_B_C_0\" class=\"edge-thickness-normal edge-pattern-solid edge-thickness-normal edge-pattern-solid flowchart-link\" style=\";\" data-edge=\"true\" data-et=\"edge\" data-id=\"L_B_C_0\" data-points=\"W3sieCI6MjY0LjA5Mzc1LCJ5IjozNX0seyJ4IjoyODkuMDkzNzUsInkiOjM1fSx7IngiOjMxNC4wOTM3NSwieSI6MzV9XQ==\" data-look=\"classic\" marker-end=\"url(#diagram-ec7615fc64318548c831a9465e5c7dd13443c6d4964d416b0f816c70512844ba_flowchart-v2-pointEnd)\"></path><path d=\"M418.75,35L422.917,35C427.083,35,435.417,35,443.083,35C450.75,35,457.75,35,461.25,35L464.75,35\" id=\"diagram-ec7615fc64318548c831a9465e5c7dd13443c6d4964d416b0f816c70512844ba-L_C_D_0\" class=\"edge-thickness-normal edge-pattern-solid edge-thickness-normal edge-pattern-solid flowchart-link\" style=\";\" data-edge=\"true\" data-et=\"edge\" data-id=\"L_C_D_0\" data-points=\"W3sieCI6NDE4Ljc1LCJ5IjozNX0seyJ4Ijo0NDMuNzUsInkiOjM1fSx7IngiOjQ2OC43NSwieSI6MzV9XQ==\" data-look=\"classic\" marker-end=\"url(#diagram-ec7615fc64318548c831a9465e5c7dd13443c6d4964d416b0f816c70512844ba_flowchart-v2-pointEnd)\"></path></g><g class=\"edgeLabels\"><g class=\"edgeLabel\"><g class=\"label\" data-id=\"L_A_B_0\" transform=\"translate(0, 0)\"><text y=\"-10.1\" text-anchor=\"middle\"><tspan class=\"text-outer-tspan row\" x=\"0\" y=\"-0.1em\" dy=\"1.1em\" text-anchor=\"middle\"></tspan></text></g></g><g><rect class=\"background\" style=\"stroke: none\"></rect></g><g class=\"edgeLabel\"><g class=\"label\" data-id=\"L_B_C_0\" transform=\"translate(0, 0)\"><text y=\"-10.1\" text-anchor=\"middle\"><tspan class=\"text-outer-tspan row\" x=\"0\" y=\"-0.1em\" dy=\"1.1em\" text-anchor=\"middle\"></tspan></text></g></g><g><rect class=\"background\" style=\"stroke: none\"></rect></g><g class=\"edgeLabel\"><g class=\"label\" data-id=\"L_C_D_0\" transform=\"translate(0, 0)\"><text y=\"-10.1\" text-anchor=\"middle\"><tspan class=\"text-outer-tspan row\" x=\"0\" y=\"-0.1em\" dy=\"1.1em\" text-anchor=\"middle\"></tspan></text></g></g><g><rect class=\"background\" style=\"stroke: none\"></rect></g></g><g class=\"nodes\"><g class=\"node default\" id=\"diagram-ec7615fc64318548c831a9465e5c7dd13443c6d4964d416b0f816c70512844ba-flowchart-A-0\" data-look=\"classic\" transform=\"translate(58.9609375, 35)\"><rect class=\"basic label-container\" style=\"\" rx=\"5\" ry=\"5\" x=\"-50.9609375\" y=\"-27\" width=\"101.921875\" height=\"54\"></rect><g class=\"label\" style=\"\" transform=\"translate(-35.9609375, -12)\"><rect></rect><foreignObject width=\"71.921875\" height=\"24\"><div xmlns=\"http://www.w3.org/1999/xhtml\" style=\"display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 200px; text-align: center;\"><span class=\"nodeLabel\"><p>1 Created</p></span></div></foreignObject></g></g><g class=\"node default\" id=\"diagram-ec7615fc64318548c831a9465e5c7dd13443c6d4964d416b0f816c70512844ba-flowchart-B-1\" data-look=\"classic\" transform=\"translate(212.0078125, 35)\"><rect class=\"basic label-container\" style=\"\" rx=\"5\" ry=\"5\" x=\"-52.0859375\" y=\"-27\" width=\"104.171875\" height=\"54\"></rect><g class=\"label\" style=\"\" transform=\"translate(-37.0859375, -12)\"><rect></rect><foreignObject width=\"74.171875\" height=\"24\"><div xmlns=\"http://www.w3.org/1999/xhtml\" style=\"display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 200px; text-align: center;\"><span class=\"nodeLabel\"><p>2 Pending</p></span></div></foreignObject></g></g><g class=\"node default\" id=\"diagram-ec7615fc64318548c831a9465e5c7dd13443c6d4964d416b0f816c70512844ba-flowchart-C-3\" data-look=\"classic\" transform=\"translate(366.421875, 35)\"><rect class=\"basic label-container\" style=\"\" rx=\"5\" ry=\"5\" x=\"-52.328125\" y=\"-27\" width=\"104.65625\" height=\"54\"></rect><g class=\"label\" style=\"\" transform=\"translate(-37.328125, -12)\"><rect></rect><foreignObject width=\"74.65625\" height=\"24\"><div xmlns=\"http://www.w3.org/1999/xhtml\" style=\"display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 200px; text-align: center;\"><span class=\"nodeLabel\"><p>3 Initiated</p></span></div></foreignObject></g></g><g class=\"node default\" id=\"diagram-ec7615fc64318548c831a9465e5c7dd13443c6d4964d416b0f816c70512844ba-flowchart-D-5\" data-look=\"classic\" transform=\"translate(531.3515625, 35)\"><rect class=\"basic label-container\" style=\"\" rx=\"5\" ry=\"5\" x=\"-62.6015625\" y=\"-27\" width=\"125.203125\" height=\"54\"></rect><g class=\"label\" style=\"\" transform=\"translate(-47.6015625, -12)\"><rect></rect><foreignObject width=\"95.203125\" height=\"24\"><div xmlns=\"http://www.w3.org/1999/xhtml\" style=\"display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 200px; text-align: center;\"><span class=\"nodeLabel\"><p>4 Completed</p></span></div></foreignObject></g></g></g></g></g><defs><filter id=\"diagram-ec7615fc64318548c831a9465e5c7dd13443c6d4964d416b0f816c70512844ba-drop-shadow\" height=\"130%\" width=\"130%\"><feDropShadow dx=\"4\" dy=\"4\" stdDeviation=\"0\" flood-opacity=\"0.06\" flood-color=\"#FFFFFF\"></feDropShadow></filter></defs><defs><filter id=\"diagram-ec7615fc64318548c831a9465e5c7dd13443c6d4964d416b0f816c70512844ba-drop-shadow-small\" height=\"150%\" width=\"150%\"><feDropShadow dx=\"2\" dy=\"2\" stdDeviation=\"0\" flood-opacity=\"0.06\" flood-color=\"#FFFFFF\"></feDropShadow></filter></defs><linearGradient id=\"diagram-ec7615fc64318548c831a9465e5c7dd13443c6d4964d416b0f816c70512844ba-gradient\" gradientUnits=\"objectBoundingBox\" x1=\"0%\" y1=\"0%\" x2=\"100%\" y2=\"0%\"><stop offset=\"0%\" stop-color=\"#cccccc\" stop-opacity=\"1\"></stop><stop offset=\"100%\" stop-color=\"hsl(180, 0%, 18.3529411765%)\" stop-opacity=\"1\"></stop></linearGradient></svg>"},"children":["%%{init: {\"flowchart\": {\"htmlLabels\": false}}}%%\ngraph LR;\n    A(1 Created) --> B(2 Pending)\n    B --> C(3 Initiated)\n    C --> D(4 Completed)\n"]},{"$$mdtype":"Tag","name":"ol","attributes":{},"children":[{"$$mdtype":"Tag","name":"li","attributes":{},"children":["A deposit request is created using the ",{"$$mdtype":"Tag","name":"MarkdownLink","attributes":{"href":"/catalog/all/deposits/postdepositrequest#deposits/postdepositrequest"},"children":["Create a deposit request"]}," API operation and assigned the ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["created"]}," status."]},{"$$mdtype":"Tag","name":"li","attributes":{},"children":["The customer visits the deposit form."," ","The deposit request transitions to ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["pending"]},"."]},{"$$mdtype":"Tag","name":"li","attributes":{},"children":["The customer selects an amount and payment method, and initiates a deposit transaction."," ","The deposit request transitions to ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["initiated"]},"."]},{"$$mdtype":"Tag","name":"li","attributes":{},"children":["The deposit transaction is approved, and the deposit request transitions to ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["completed"]},"."]}]},{"$$mdtype":"Tag","name":"Heading","attributes":{"level":3,"id":"deposit-request-attempted-and-retried","__idx":5},"children":["Deposit request attempted and retried"]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":["This section describes the lifecycle for a deposit request where the payment gateway declines a deposit transaction and the customer retries."]},{"$$mdtype":"Tag","name":"ol","attributes":{},"children":[{"$$mdtype":"Tag","name":"li","attributes":{},"children":["A deposit request is created and assigned the ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["created"]}," status."]},{"$$mdtype":"Tag","name":"li","attributes":{},"children":["The customer visits the deposit form."," ","The deposit request transitions to ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["pending"]},"."]},{"$$mdtype":"Tag","name":"li","attributes":{},"children":["The customer initiates a deposit transaction."," ","The deposit request transitions to ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["initiated"]},"."]},{"$$mdtype":"Tag","name":"li","attributes":{},"children":["The deposit transaction is declined."," ","The deposit request transitions to ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["attempted"]},"."]},{"$$mdtype":"Tag","name":"li","attributes":{},"children":["The customer retries with a different payment method or amount."," ","Rebilly creates another deposit transaction, and the deposit request transitions to ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["initiated"]},"."]},{"$$mdtype":"Tag","name":"li","attributes":{},"children":["The deposit transaction is approved, and the deposit request transitions to ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["completed"]},"."]}]},{"$$mdtype":"Tag","name":"Heading","attributes":{"level":3,"id":"deposit-request-expired","__idx":6},"children":["Deposit request expired"]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":["This section describes the lifecycle for a deposit request that expires."]},{"$$mdtype":"Tag","name":"ol","attributes":{},"children":[{"$$mdtype":"Tag","name":"li","attributes":{},"children":["A deposit request is created and assigned the ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["created"]}," status."]},{"$$mdtype":"Tag","name":"li","attributes":{},"children":["The customer does not visit the deposit form, or visits but does not complete an approved deposit transaction."]},{"$$mdtype":"Tag","name":"li","attributes":{},"children":["The expiration time is reached, and the deposit request transitions to ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["expired"]},"."]}]},{"$$mdtype":"Tag","name":"Heading","attributes":{"level":2,"id":"deposit-amount-strategies","__idx":7},"children":["Deposit amount strategies"]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":["Deposit amount strategies determine which amounts are displayed to the customer in a deposit form."," ","Use strategies to configure amounts based on currency, customer segmentation, or prior deposit behavior."]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":["A deposit amount strategy contains the following:"]},{"$$mdtype":"Tag","name":"ul","attributes":{},"children":[{"$$mdtype":"Tag","name":"li","attributes":{},"children":[{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["Amounts"]},": Configuration for how amounts are calculated, including a base amount and increments."," ","The calculator can be ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["absolute"]}," or ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["percent"]},"."," ","Optionally, the base amount adjusts to the customer's last deposit amount."]},{"$$mdtype":"Tag","name":"li","attributes":{},"children":[{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["Custom amount"]},": Optional restrictions for custom amounts that a customer can enter, including minimum, maximum, and increment values."," ","If this value is ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["null"]},", custom amounts are prohibited."]},{"$$mdtype":"Tag","name":"li","attributes":{},"children":[{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["Filter"]},": An optional filter that determines if the strategy applies to a deposit request based on its properties, such as currency."]},{"$$mdtype":"Tag","name":"li","attributes":{},"children":[{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["Priority"]},": A non-negative integer that determines which deposit amount strategy is applied when more than one matches."," ","The deposit amount strategy with the highest priority value is applied."," ","If the ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["strategyId"]}," property is specified when a deposit request is created, the specified deposit amount strategy is applied and all other deposit amount strategies are ignored."]}]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":["Available operations:"]},{"$$mdtype":"Tag","name":"ul","attributes":{},"children":[{"$$mdtype":"Tag","name":"li","attributes":{},"children":[{"$$mdtype":"Tag","name":"MarkdownLink","attributes":{"href":"/catalog/all/deposits/postdepositstrategy#deposits/postdepositstrategy"},"children":["Create a deposit amount strategy"]}]},{"$$mdtype":"Tag","name":"li","attributes":{},"children":[{"$$mdtype":"Tag","name":"MarkdownLink","attributes":{"href":"/catalog/all/deposits/getdepositstrategycollection#deposits/getdepositstrategycollection"},"children":["Retrieve deposit amount strategies"]}]},{"$$mdtype":"Tag","name":"li","attributes":{},"children":[{"$$mdtype":"Tag","name":"MarkdownLink","attributes":{"href":"/catalog/all/deposits/getdepositstrategy#deposits/getdepositstrategy"},"children":["Retrieve a deposit amount strategy"]}]},{"$$mdtype":"Tag","name":"li","attributes":{},"children":[{"$$mdtype":"Tag","name":"MarkdownLink","attributes":{"href":"/catalog/all/deposits/putdepositstrategy#deposits/putdepositstrategy"},"children":["Update a deposit amount strategy"]}]},{"$$mdtype":"Tag","name":"li","attributes":{},"children":[{"$$mdtype":"Tag","name":"MarkdownLink","attributes":{"href":"/catalog/all/deposits/deletedepositstrategy#deposits/deletedepositstrategy"},"children":["Delete a deposit amount strategy"]}]}]},{"$$mdtype":"Tag","name":"Heading","attributes":{"level":2,"id":"custom-property-sets","__idx":8},"children":["Custom property sets"]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":["Custom property sets extend the deposit form with additional customer-facing fields."," ","Use custom property sets to collect information from the customer during the deposit request process."," ","The collected information is stored on the deposit request."]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":["Available operations:"]},{"$$mdtype":"Tag","name":"ul","attributes":{},"children":[{"$$mdtype":"Tag","name":"li","attributes":{},"children":[{"$$mdtype":"Tag","name":"MarkdownLink","attributes":{"href":"/catalog/all/deposits/postdepositcustompropertyset#deposits/postdepositcustompropertyset"},"children":["Create a custom deposit property set"]}]},{"$$mdtype":"Tag","name":"li","attributes":{},"children":[{"$$mdtype":"Tag","name":"MarkdownLink","attributes":{"href":"/catalog/all/deposits/getdepositcustompropertysetcollection#deposits/getdepositcustompropertysetcollection"},"children":["Retrieve custom deposit property sets"]}]},{"$$mdtype":"Tag","name":"li","attributes":{},"children":[{"$$mdtype":"Tag","name":"MarkdownLink","attributes":{"href":"/catalog/all/deposits/getdepositcustompropertyset#deposits/getdepositcustompropertyset"},"children":["Retrieve a custom deposit property set"]}]},{"$$mdtype":"Tag","name":"li","attributes":{},"children":[{"$$mdtype":"Tag","name":"MarkdownLink","attributes":{"href":"/catalog/all/deposits/putdepositcustompropertyset#deposits/putdepositcustompropertyset"},"children":["Upsert a custom deposit property set"]}]},{"$$mdtype":"Tag","name":"li","attributes":{},"children":[{"$$mdtype":"Tag","name":"MarkdownLink","attributes":{"href":"/catalog/all/deposits/deletedepositcustompropertyset#deposits/deletedepositcustompropertyset"},"children":["Delete a custom deposit property set"]}]}]},{"$$mdtype":"Tag","name":"Heading","attributes":{"level":2,"id":"webhooks","__idx":9},"children":["Webhooks"]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":["Transaction webhooks are sent to webhook subscribers when the result of a deposit transaction is finalized."," ","For more information, see ",{"$$mdtype":"Tag","name":"MarkdownLink","attributes":{"href":"/docs/dev-docs/webhooks-configuration"},"children":["Webhook configuration"]},"."]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":["Customer timeline messages also record deposit request status changes."," ","Examples of timeline message types are ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["deposit-request-created"]},", ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["deposit-request-started"]},", ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["deposit-request-completed"]},", and ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["deposit-request-expired"]},"."," ","These types align with the deposit request lifecycle described in this topic."," ","For more information, see ",{"$$mdtype":"Tag","name":"MarkdownLink","attributes":{"href":"/catalog/all/customers-timeline/getcustomertimelinecollection"},"children":["Retrieve customer timeline messages"]},"."]},{"$$mdtype":"Tag","name":"Heading","attributes":{"level":2,"id":"related-topics","__idx":10},"children":["Related topics"]},{"$$mdtype":"Tag","name":"ul","attributes":{},"children":[{"$$mdtype":"Tag","name":"li","attributes":{},"children":[{"$$mdtype":"Tag","name":"MarkdownLink","attributes":{"href":"/docs/dev-docs/integrate-a-deposit-form"},"children":["Integrate a deposit form"]}]},{"$$mdtype":"Tag","name":"li","attributes":{},"children":[{"$$mdtype":"Tag","name":"MarkdownLink","attributes":{"href":"/docs/dev-docs/integrate-an-express-deposit"},"children":["Integrate an express deposit form"]}]},{"$$mdtype":"Tag","name":"li","attributes":{},"children":[{"$$mdtype":"Tag","name":"MarkdownLink","attributes":{"href":"/docs/dev-docs/integrate-a-payout-form"},"children":["Integrate a cashier form"]}]},{"$$mdtype":"Tag","name":"li","attributes":{},"children":[{"$$mdtype":"Tag","name":"MarkdownLink","attributes":{"href":"/catalog/all/deposits/"},"children":["Deposits API operations"]}]}]}]},"headings":[{"value":"Deposit requests","id":"deposit-requests","depth":1},{"value":"Deposit request components","id":"deposit-request-components","depth":2},{"value":"Deposit request lifecycle","id":"deposit-request-lifecycle","depth":2},{"value":"Deposit request status","id":"deposit-request-status","depth":3},{"value":"Deposit request created and completed","id":"deposit-request-created-and-completed","depth":3},{"value":"Deposit request attempted and retried","id":"deposit-request-attempted-and-retried","depth":3},{"value":"Deposit request expired","id":"deposit-request-expired","depth":3},{"value":"Deposit amount strategies","id":"deposit-amount-strategies","depth":2},{"value":"Custom property sets","id":"custom-property-sets","depth":2},{"value":"Webhooks","id":"webhooks","depth":2},{"value":"Related topics","id":"related-topics","depth":2}],"frontmatter":{"seo":{"title":"Deposit requests","description":"Learn about deposit requests and the deposit request lifecycle.","lang":"en-US"}},"lastModified":"2026-07-02T19:52:00.000Z","pagePropGetterError":{"message":"","name":""}},"slug":"/docs/dev-docs/deposit-requests","userData":{"isAuthenticated":false,"teams":["anonymous"]},"isPublic":true}