Skip to main content

Create a test statement

POST 

/statements/:id

Create a test mode statement to simulate receiving the bank's end-of-day statement. If you're subscribed to webhooks, you'll receive a webhook with the event statements.created.

Associate test mode Transactions with the statement by specifying their IDs in the transactionIds request field. You can then retrieve Transactions associated with this statement using the statementId query parameter of GET /v1/transactions (List Transactions).

This request is only available in test mode.

Request

Responses

OK

Response Headers
    Acme-Mode

    Has the value LIVE if the data exists in live production mode or the value TEST if the data exists in test sandbox mode.