Skip to content

Commit

Permalink
chore: update README to clarify the location of outbound OpenAPI spec…
Browse files Browse the repository at this point in the history
… [skip ci]
  • Loading branch information
kirgene committed Jul 28, 2022
1 parent 92eb491 commit f2e18eb
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,9 @@ For information on the background and context of this project please see the pre

DFSP backends must implement the [DFSP Inbound API](docs/dfspInboundApi.yaml) in order for the scheme adapter to make incoming transfers i.e. to receive funds to a customer account.

DFSP backends can call the [DFSP Outbound API](https://github.com/mojaloop/api-snippets/blob/master/docs/sdk-scheme-adapter-outbound-v2_0_0-openapi3-snippets.yaml) in order to make outgoing transfers i.e. to send funds from a customer account.
DFSP backends can call the [DFSP Outbound API](https://github.com/mojaloop/api-snippets/blob/v14.2.2/docs/sdk-scheme-adapter-outbound-v2_0_0-openapi3-snippets.yaml) (from api-snippets repo) in order to make outgoing transfers i.e. to send funds from a customer account.

_You should use the corresponding tag version of api-snippets defined in the package.json_

## Docker Image

Expand Down

0 comments on commit f2e18eb

Please sign in to comment.