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

[ANCHOR-809] Add funding_method to SEP-6/31 infoSchema #164

Merged
merged 2 commits into from
Nov 1, 2024

Conversation

JiahuiWho
Copy link
Contributor

@JiahuiWho JiahuiWho commented Oct 3, 2024

Part of ticket https://stellarorg.atlassian.net/browse/ANCHOR-809
The response should looks like:

  {
    "receive": {
      "JPYC": {
        "enabled": true,
        "quotes_supported": true,
        "quotes_required": false,
        "min_amount": 0,
        "max_amount": 1000000,
        "funding_method": ["SEPA", "SWIFT"],
        "fields": { ... }
      },
      "USDC": {
        "enabled": true,
        "quotes_supported": true,
        "quotes_required": false,
        "min_amount": 0,
        "max_amount": 10, 
        "funding_method": ["SEPA", "SWIFT"],
        "fields": { ... }
      }
    }
  }

@stellar-jenkins
Copy link

@JiahuiWho JiahuiWho changed the title [ANCHOR-809] Update sep31 info response to include delivery methods [ANCHOR-809] Add funding_method to SEP-6/31 infoSchema Oct 31, 2024
@stellar-jenkins
Copy link

@JiahuiWho JiahuiWho merged commit b9b98dc into stellar:master Nov 1, 2024
1 check passed
@JiahuiWho JiahuiWho deleted the anchor-809 branch December 17, 2024 17:50
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.

3 participants