Hello,
I'd like to initiate a discussion to enhance the integration experience by addressing two issues related to the SEP-6 and SEP-9 protocols.
Issue 1: Lack of Examples for Non-Organizational Instructions (Under SEP-6):
Currently, there is a notable absence of examples for non-organizational instructions within the SEP-6 protocol, which utilizes the SEP-9 Financial Account Fields. To rectify this, I propose incorporating examples that do not use the organizational prefix in the "instructions" field, ensuring comprehensive coverage.
Example:
```{
"id": "9421871e-0623-4356-b7b5-5996da122f3e",
"instructions": {
"bank_number": {
"value": "121122676",
"description": "US bank routing number"
},
"bank_account_number": {
"value": "13719713158835300",
"description": "US bank account number"
}
},
"how": "Make a payment to Bank: 121122676 Account: 13719713158835300"
}```
Issue 2: Simplifying Organization-related Fields Structure (Under SEP-9):
While SEP-9 suggests using the organization prefix, I propose introducing a dedicated "organization" key for organization-related fields within the "instructions" field to improve clarity and avoid potential parsing challenges.
Example:
```{
"id": "9421871e-0623-4356-b7b5-5996da122f3e",
"instructions": {
"organization": {
"bank_number": {
"value": "121122676",
"description": "US bank routing number"
},
"bank_account_number": {
"value": "13719713158835300",
"description": "US bank account number"
}
}
},
"how": "Make a payment to Bank: 121122676 Account: 13719713158835300"
}```
Best,
Yusuf DAG
--
You received this message because you are subscribed to a topic in the Google Groups "Stellar Developers" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/stellar-dev/lZuq7Pj8OTY/unsubscribe.
To unsubscribe from this group and all its topics, send an email to stellar-dev...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/stellar-dev/077d9e98-aa41-4076-afb7-4bd74181c578n%40googlegroups.com.