Skip to content

Commit

Permalink
Issue #19 Start a sequence diagram
Browse files Browse the repository at this point in the history
  • Loading branch information
judgej committed Mar 14, 2017
1 parent e1bb549 commit 79d9ae8
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 0 deletions.
Binary file added docs/SagePayREST.pdf
Binary file not shown.
19 changes: 19 additions & 0 deletions docs/SagePayREST.signalling
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
# Sage Pay REST API

B [label="Browsing Session"],
M [label="Merchant Site"],
U [label="User Browser"],
S [label="Sage Pay"];

M=>S: "CreateSessionKey";
join S=>M: "MerchantSessionKey";
M->B: "Store\nMerchantSessionKey";

M->U: "Present Payment Form";
box U..U: "Payment Form"
{
box U--U: "Credit Card Fields";
box U--U: "Address Fields";
};

# To be completed...

0 comments on commit 79d9ae8

Please sign in to comment.