Skip to content

Commit 25cd582

Browse files
committed
minor additions
1 parent 0cb46b6 commit 25cd582

File tree

7 files changed

+36
-18
lines changed

7 files changed

+36
-18
lines changed

docs/payscript/data_types.md

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
---
2+
title: Data Types
3+
parent: Payscript
4+
layout: page
5+
---
6+
7+
8+
### Account Number
9+
Must be a string composed of 8 numerical characters.
10+
11+
### Amount
12+
A decimal number.
13+
14+
### Reference
15+
A string that contains reference information about a transaction. It must contain 50 characters or less.
16+
17+
### Sort Code
18+
A string composed of 6 numerical characters.
19+
20+
### To Reserve
21+
A string containing the UUID of a reserve.
22+
23+

docs/payscript/example_scripts/reserve_funds.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@ layout: page
55
---
66

77

8-
98
```groovy
109
trigger="on_demand";
1110

docs/sandbox.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

docs/sandbox/index.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
---
2+
title: Sandbox
3+
layout: page
4+
nav_order: 3
5+
---
6+
7+
# Sandbox
8+
A UI provided to allow teams implementing Quant Flow to play the role of their customers in viewing a simulated bank account, setting up and managing automations, reserves and consents on their account as well as viewing the changes made once an automation has been executed.

docs/tutorials/tutorial1_old.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ parent: Tutorials
44
layout: page
55
nav_order: 1
66
---
7+
78
# Deployment and Functions
89
This series of tutorials aim to introduce concepts and features of Quant Flow by guiding the reader through implementing small projects in the [sandbox] environment. Each tutorial gradually makes use of new concepts to showcase their functionality in a hands-on approach.
910

docs/tutorials/tutorial2_old.md

Lines changed: 0 additions & 8 deletions
This file was deleted.

index.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,17 +13,17 @@ Quant flow is a suite of products that enables payment programmability for Finan
1313

1414
The language is built atop [Groovy], being syntax-compatible with both it and Java, which eases its adoption by development teams.
1515

16-
## Payscript Sandbox
16+
## Sandbox
1717
The [Payscript Sandbox][sandbox] is a test environment that offers the possibility of seeing Quant Flow’s features in action, both while prospecting whether Quant Flow fits your use case, or during the early stages of adoption to help development. Once you are granted access, the sandbox will show you what Quant Flow might look like in action, and be able to freely manage the test data, implement functionality and see it in action.
1818

1919
---
2020

2121
#### Next Steps:
22-
- [Tutorial 1 - Deployment and Functions]
22+
- [Tutorial 1: Deploying a script]
2323
- [Language Reference]
2424

25-
[Payscript]: docs/payscript
25+
[Payscript]: docs/payscript/language_reference
2626
[sandbox]: docs/sandbox
27-
[Tutorial 1 - Deployment and Functions]: docs/tutorials/tutorial1
27+
[Tutorial 1: Deploying a script]: docs/tutorials/tutorial1
2828
[Language Reference]: docs/language_reference
2929
[Groovy]: https://groovy-lang.org/

0 commit comments

Comments
 (0)