You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: samples/README.md
+1-2Lines changed: 1 addition & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
# Grid API Samples
2
2
3
-
Sample applications demonstrating the Grid API payout flow — creating a customer, linking a bank account, creating and executing a quote, and simulating funding in the sandbox.
3
+
Sample applications demonstrating the Grid API payout flow — creating a customer, linking a bank account, creating a quote, and simulating funding in the sandbox.
4
4
5
5
## Structure
6
6
@@ -23,7 +23,6 @@ Each backend must implement the same API contract:
23
23
| POST |`/api/customers`| Create a customer |
24
24
| POST |`/api/customers/{id}/external-accounts`| Create an external account |
25
25
| POST |`/api/quotes`| Create a quote |
26
-
| POST |`/api/quotes/{id}/execute`| Execute a quote |
27
26
| POST |`/api/sandbox/send-funds`| Simulate sandbox funding |
28
27
| POST |`/api/webhooks`| Receive webhook events from Grid |
29
28
| GET |`/api/sse`| Stream webhook events to the frontend via SSE |
0 commit comments