REST API V2 - 2.10.0

  • Version 2.9.1 to 2.10.0
  • What's New
  • What's Changed
  • What's Deleted
  • What's Deprecated

What's New


Reset the balance of an account by external reference (beta)

POST /issuers/{issuerId}/accounts/external-accounts/{issuerAccountExternalReference}/reset-balance

The API is used to Reset the balance of an account. As an input, the account identifier can be provided by using: - the account reference generated by WL - or the issuer external account reference

Reset the balance of an account (beta)

POST /issuers/{issuerId}/accounts/{accountReference}/reset-balance

The API is used to Reset the balance of an account. As an input, the account identifier can be provided by using: - the account reference generated by WL - or the issuer external account reference

Search Event Stores

POST /issuers/{issuerId}/event-stores/search

Event stores contain comments or business events that can be generated by applications (CMS, authorization server, customer service GUI,..) part of our solution. This API enables to retrieve the list of events associated to provided set of business reference types and a business reference values for given period of time. A business reference types correspond to a business domain like a CONTRACT, CARD, ACCOUNT whereas a business reference values list for each provided type can be typically a card, account, card contract reference. This API is mainly used currently to get the comments linked to a business reference value (e.g a given card identifier)

Cancel scheduled change of paying account type (beta)

POST /issuers/{issuerId}/corporate-contracts/{contractReference}/cancel-change-paying-account

Cancel scheduled change of paying account type

Cancel scheduled change of paying account type by external reference (beta)

POST /issuers/{issuerId}/corporate-contracts/external-contracts/{issuerContractExternalReference}/cancel-change-paying-account

Cancel scheduled change of paying account type by external reference

What's Changed


Retrieve future changes for the account by external reference

GET /issuers/{issuerId}/accounts/external-accounts/{issuerAccountExternalReference}/account-future-updates/{creationDate}
Response:
  • Changed property data (object AccountFutureUpdate)

    • Added property paymentMode (string)

Retrieve future changes for the account

GET /issuers/{issuerId}/accounts/{accountReference}/account-future-updates/{creationDate}
Response:
  • Changed property data (object AccountFutureUpdate)

    • Added property paymentMode (string)

Schedule new account parameters update in future by external reference

POST /issuers/{issuerId}/accounts/external-accounts/{issuerAccountExternalReference}/account-future-updates
Request body:
  • Added property paymentMode (string)

Retrieve list of future changes of the account by external reference

GET /issuers/{issuerId}/accounts/external-accounts/{issuerAccountExternalReference}/account-future-updates
Response:
  • Changed property data (array)

    • Changed items (object AccountFutureUpdate)

      • Added property paymentMode (string)

Retrieve list of historic updates of an account by external reference

GET /issuers/{issuerId}/accounts/external-accounts/{issuerAccountExternalReference}/account-history
Response:
  • Changed property data (array)

    • Changed items (object AccountHistory)

      • Added property sepaMandate (boolean)
      • Added property sepaMandateStatus (string)

Schedule new account parameters update in future

POST /issuers/{issuerId}/accounts/{accountReference}/account-future-updates
Request body:
  • Added property paymentMode (string)

Retrieve list of future changes of the account

GET /issuers/{issuerId}/accounts/{accountReference}/account-future-updates
Response:
  • Changed property data (array)

    • Changed items (object AccountFutureUpdate)

      • Added property paymentMode (string)

Retrieve list of historic updates of an account

GET /issuers/{issuerId}/accounts/{accountReference}/account-history
Response:
  • Changed property data (array)

    • Changed items (object AccountHistory)

      • Added property sepaMandate (boolean)
      • Added property sepaMandateStatus (string)

What's Deleted


 

No API deleted.

What's Deprecated


 

No API deprecated.

Enable "on this page" menu on doc section
On