2021-10-25 changelog

Pismo Console Statements Authentication Documentation

Highlights

πŸ“ Pismo Console programs and parameters filters

Pismo Console users can filter programs and program parameters with a more intuitive navigation system.

1917

List of programs with a searchbox for program names and a dropdown menu for the program types.

2156

List of parameter filters according to their categories.

πŸ“ New endpoint for generating access tokens

A new endpoint, passport/v2/s2s/access-token, is available for generating access tokens. This endpoint replaces passport/v1/s2s/access-token, which is no longer available.

The new endpoint can generate tokens that are account-specific. This adds an additional layer of security by ensuring that token usage is individualized for endpoints that handle accounts. Tokens generated using the old endpoint had unrestricted access across accounts.

If you intend to access endpoints on behalf of a specific account, you must provide a value for account_id in the body of the request. For more information, visit Authenticating requests.

πŸ“ Rate management by account

You can now set accrual rates individually for Customers under the same Account. For example, a you can set a lower interest rate for cardholder #1 without changing the rates of cardholders #2 and #3, and any other accounts in the Program.

Updates & fixes

πŸ“ Documentation updates

The following guides have been updated:

  • Environments – Describes the available environments in the Pismo platform, including hostnames and endpoint syntax.
  • Statements – Explains the routines for reliably maintaining credit card balances.
  • Webhooks – Clarifies when the Pismo platform sends webhook requests to your system and how to verify the message integrity.