-
Notifications
You must be signed in to change notification settings - Fork 9
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Cross Transfers #93
base: main
Are you sure you want to change the base?
Cross Transfers #93
Conversation
making more strict typing for parameter used during creation crosstransfer standing order
moving crosstransfer endpoints to own spec file
- Moving external accounts to externalaccount module - Adding basic KYC and Customer api module - Reusing transfers module schema for crosstransfer creation correcting endpoint paths
b3ec546
to
47dbdec
Compare
$ref: '#/x-responses/ErrorResponse' | ||
'5XX': | ||
$ref: '#/x-responses/ErrorResponse' | ||
put: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Lets remove update action. User in future should be able to archive standing order and to create new one if needed.
$ref: '#/x-responses/ErrorResponse' | ||
'5XX': | ||
$ref: '#/x-responses/ErrorResponse' | ||
put: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Lets remove update action. User in future should be able to archive standing order and to create new one if needed.
$ref: '#/x-responses/ErrorResponse' | ||
'5XX': | ||
$ref: '#/x-responses/ErrorResponse' | ||
put: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Lets remove update action. User in future should be able to archive standing order and to create new one if needed.
Adds new endpoints that can define API for On Ramp, Off Ramp and Cross Chain (Bridging) transfers