mojaloop / project

Repo to track product development issues for the Mojaloop project.
Other
23 stars 15 forks source link

Look at the definition documents and understand resources where a duplicate check is required #3968

Open JulieG19 opened 3 months ago

JulieG19 commented 3 months ago

Check the link of the definition document here: https://docs.mojaloop.io/api/fspiop/v1.1/api-definition.html#idempotent-services-in-server

elnyry-sam-k commented 2 months ago

The FSPIOP specification: https://docs.mojaloop.io/api/fspiop/v1.1/api-definition.html#idempotent-services-in-server mentions any service/resource that supports a HTTP GET should be idempotent, but for reasons of practicality, this should be done for /transfers first.

Once implementation for /transfers is completed, the decision for /quotes, /transactionRequests needs to be revisited and then any other resources where GET is supported.