Debit Statement

Debit statement provides the feature to the account holder to select a statement to view from a list of statements. The user must be authenticated in order to view statements.

Micro App (Old)Netspend API (New)
Debit Statement (Deprecated)Netspend API endpoint – POST accounts​/{account_id}​/statements

The scenario of the “Debit Statement” feature, for an end user, Bob, is as below:

  1. Bob checks all the statements available for his account using [GET /accounts/{account_id}/statements](ref:getstatements-1).
  2. Bob requests for a URL to view the debit statement for his account by providing the account_id in the request to [POST /accounts/{account_id}/statements](ref:getstatementurl-1).

For more information, see Statements.