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