Closed lewisdaly closed 4 years ago
First thoughts:
PISP should not be able to respond to a POST /thirdPartyRequests/transfers, since it can't initiate the transfer process.
Agreed. I think I had a trailing /{ID}
which implied an update, but I've removed that to simply:
- Initiate 3rd party request - `POST /thirdPartyRequest/transaction`
Note: I've gone with transaction
here, based on the naming conventions of transactionRequests
, but please let me know if this should be transfer
instead
Hi all, I was getting mightily lost in this document, so I updated it to use a markdown table, and removed the redundancy in API call lists by collapsing them into one list of calls + permissions.
I hope this is more clear now.
I think this is ready to go for the current state of designs.
I'm sure there are changes to make down the line, but I don't want to hold this up from getting into the PISP repo where it can be useful for the team.
Closes #277
thirdPartyRequest/transaction
I'm putting this up as a draft because I'm sure some of these endpoints will change in the next few days with feedback from the CCB and the PISP team.