2022-07-18 changelog

AccountingAccountsDigital lendingDisputesDocumentationFlex controlsCards

Highlights

๐Ÿ“ New flex controls API uses access tokens
To enhance the security of endpoint consumption, the new flex controls API is now available. To access the new flex control endpoints, the request needs to include an access token related to the account that will create or modify the flex controls. The old endpoints are scheduled to be deactivated on September 30, 2022.

For additional information, reference:

Old endpointsNew endpoints
GET /v1/accounts/{accountId}/spending-limitsGET /v1/accounts/{accountId}/flex-controls
GET /v1/accounts/{accountId}/spending-limits/{spendingLimitId}GET /v1/accounts/{accountId}/flex-controls/{flexControlId}
POST /v1/accounts/{accountId}/spending-limitsPOST /v1/accounts/{accountId}/flex-controls
PATCH /v1/accounts/{accountId}/spending-limits/{spendingLimitId}PATCH /v1/accounts/{accountId}/flex-controls/{flexControlId}
GET /v1/customers/{customerId}/spending-limitsGET /v1/customers/{customerId}/flex-controls
GET /v1/customers/{customerId}/spending-limits/{spendingLimitId}GET /v1/customers/{customerId}/flex-controls/{flexControlId}
POST /v1/customers/{customerId}/spending-limitsPOST /v1/customers/{customerId}/flex-controls
PATCH /v1/customers/{customerId}/spending-limits/{spendingLimitId}PATCH /v1/customers/{customerId}/flex-controls/{flexControlId}

๐Ÿ“ New Accounts API endpoint
A register application form V3 endpoint is now available in the Accounts API. In this endpoint, the phones element is a sibling of the address element (rather than a child of address).

๐Ÿ“ Digital lending API
The Digital lending API is now available. The Digital lending API allows you to:

  • Create a loan product.
  • Create and manage a loan.
  • Enable and disable charge plans.

๐Ÿ“ Pre-arbitration support
You can now open a pre-arbitration step using the Disputes API after receiving a second presentment. Previously, the Pismo platform only supported the first cycle of disputes, which included the chargeback and the receiving of second presentment. Now, the platform supports the second cycle that allows you to continue using the Pismo platform to conduct disputes without using the Mastercard's UI.

Documentation updates

๐Ÿ“ Digital lending overview
This new overview guide shows you the features of the Pismo lending API. This overview explains how the Pismo platform manages the different stages for the life of a loan.

๐Ÿ“ Flex controls guide enhancements
The Flexible transaction controls guide is now enhanced with:

  • Two illustrations of flex control possibilities and general steps to simulate flex control creation.
  • A definition of the term beneficiaries.

๐Ÿ“ Accounting accounts guide
This new guide shows you how to create, search, update, and deactivate an accounting account.

๐Ÿ“ Card issuing launch reference
This guide is now available for customers who want to launch a card issuing program.

๐Ÿ“ Accounting API reference
Improved the examples and descriptions to the Accounting API references.