# Simulate an incoming SEPA transfer **POST /v2/sandbox/incoming_transfers** This endpoint allows you to simulate an incoming SEPA transfer to your account. ## Servers - Sandbox: https://api.sandbox.memo.bank (Sandbox) ## Authentication methods - Jwt ## Parameters ## Body parameters Content-type: application/json - **amount** (integer(int64)) Amount of the transfer, in cents. The currency is always EURO. - **local_iban** (string) Existing IBAN to be used as the destination of the transfer. Can be the main IBAN of an account or a virtual IBAN. - **message** (string) Message attached to this transfer, visible to all involved parties. - **end_to_end_id** (string) Unique identification to unambiguously identify the transaction. This identification is passed on, unchanged, throughout the entire end-to-end chain. It can be used for reconciliation or to link tasks relating to the transaction. - **counterparty_name** (string) Name of the debtor. Allow you to provide the name that will be used for the transaction. If not provided, a default value will be used. - **counterparty_iban** (string) IBAN of the debtor. Allow you to provide the IBAN that will be used for the transaction. If not provided, a default value will be used. ## Responses ### 204: No content [Powered by Bump.sh](https://bump.sh)