Skip to main content

Execute simulator withdrawal

POST 

/api/simulator/execute-withdrawal

This endpoint can be used to simulate a withdrawal on a simulated funding source

Request

Body

required

    amount number

    Withdrawal amount in minor units.

    fundingSourceId string

    ID of the funding source to simulate a deposit to.

    id string

    ID of the withdrawal interaction

    expiresAt string

    The withdrawal intent expiration date

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 number

    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...