Skip to content

Commit

Permalink
add deprecated fields back
Browse files Browse the repository at this point in the history
  • Loading branch information
JiahuiWho committed Nov 5, 2024
1 parent 7d01663 commit aa83733
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ecosystem/sep-0031.md
Original file line number Diff line number Diff line change
Expand Up @@ -472,6 +472,7 @@ Content-Type: application/json
| `refund_memo` | string | (optional) The memo the Receiving Anchor must use when sending refund payments back to the Sending Anchor. If not specified, the Receiving Anchor should use the same memo the Sending Anchor used to send the original payment. If specified, `refund_memo_type` must also be specified. |
| `refund_memo_type` | string | (optional) The type of the `refund_memo`. Can be `id`, `text`, or `hash`. See the [memos](https://developers.stellar.org/docs/encyclopedia/memos) documentation for more information. If specified, `refund_memo` must also be specified. |
| `funding_method` | string | (Optional) A method supported by the Receiving Anchor for transferring or settling assets. Must match one of the values specified in the corresponding `/info` response. If the Anchor supports multiple methods (e.g., `SEPA` or `SWIFT`), the wallet should specify the desired method. This field may also be required for the Anchor to determine the necessary KYC information to collect. |
| `fields` | object | (**Deprecated**, optional) An object containing the values requested by the Receiving Anchor in the `GET /info` endpoint. Pass [SEP-9] fields via [SEP-12 PUT /customer](sep-0012.md#customer-put) instead. |

#### Responses

Expand Down

0 comments on commit aa83733

Please sign in to comment.