Skip to main content

Version 2.13.3

· One min read

What's Changed

  • The hasPending request parameter has been removed for both the managed_account and managed_card resources.
    • POST /managed_accounts/get
    • POST /managed_cards/get

What's Changed


POST /managed_accounts/get
Request:

Changed content type : application/json

  • Deleted property hasPending (boolean)

    Filter managed accounts which have a pending balance.

POST /managed_cards/get
Request:

Changed content type : application/json

  • Deleted property hasPending (boolean)

    Filter managed cards which have a pending balance.