Skip to content
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

[Fix] SEP-6: Add type to platform transaction #1171

Merged
merged 1 commit into from
Oct 24, 2023

Conversation

philipliu
Copy link
Contributor

Description

This commit adds the type field to the SEP-6 platform transaction.

Context

The type determines which fields need to be collected for KYC.

Testing

  • ./gradlew test

Known limitations

N/A

@philipliu philipliu changed the base branch from develop to sep-6 October 24, 2023 15:02
@philipliu philipliu marked this pull request as ready for review October 24, 2023 15:02
Comment on lines +33 to +34
String type;

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Whats the reason for adding a type field? I thought we were moving away from SEP-12 customer types?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is the withdraw and deposit type, like bank_account or SWIFT.

@philipliu philipliu merged commit 0b06827 into stellar:sep-6 Oct 24, 2023
5 checks passed
@philipliu philipliu deleted the fix/add-type-to-platform-txn branch October 24, 2023 16:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants