# Simulate an incoming SEPA collection **POST /v2/sandbox/incoming_collections** This endpoint allows you to simulate an incoming SEPA collection 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. - **mandate** (object) The SEPA Direct Debit collection mandate. Allow you to provide mandate information that will be used for the transaction. If not provided, default values will be used. ## Responses ### 204: No content [Powered by Bump.sh](https://bump.sh)