diff --git a/ecosystem/sep-0031.md b/ecosystem/sep-0031.md index e7d51d90d..ee19c2522 100644 --- a/ecosystem/sep-0031.md +++ b/ecosystem/sep-0031.md @@ -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