Skip to main content

Execute Simulator Deposit

POST 

/api/simulator/execute-deposit

This endpoint can be used to simulate a deposit and use it as a source of funds.

Request

Body

required

    amount string

    Withdrawal amount in minor units.

    fundingSourceId string

    ID of the funding source to simulate a deposit to.

Responses

Successful operation

Schema

    id string

    ID of the Funding Source Interaction.

    fundingSourceId string

    The ID of the Funding Source that this Interaction relates to.

    accountId string

    The ID of the account that this Interaction relates to.

    type string

    The type of Funding Source Interaction.

    status string

    The current status of the interaction.

    amount string

    The minor units amount of the transaction.

    token string

    The token used in the transaction.

    createdAt string

    Date time on which the interaction was created.

    modifiedAt string

    Last modified date of this interaction.

    description string

    A description of the interaction.

    creditOrDebitIndicator string

    The credit or debit indicator of the interaction.

Loading...