2025-07-31

Card Issuing

New Webhooks:card.update.succeeded & card.update.failed

  • Two new webhooks are introduced to provide the final status of an Update Card operation:
    • card.update.succeeded: Triggered when the card order generated by Update Card reaches status SUCCESS.
    • card.update.failed: Triggered when the card order generated by Update Card reaches status FAILED.
  • Documentation

Added New Response Fields:ending_balance and description

  • Affected Endpoints:
    • List Issuing Balances Transactions, response only
  • Change:
    • ending_balance: The balance after this transaction is completed.
    • description: A short description of the transaction.

Card Settlement Report Field Update

  • Affected Report:
    • Card Settlement Report
  • Change:
    • The Transaction Type field in the Card Settlement Report has been updated. The enum value ATM Withdraw has been renamed to Authorization.

Banking

Added New Response Field:purpose_code for some Payout APIs

  • Affected Endpoints:
    • Retrieve Payout, response only
    • List Payouts, response only

The Check Beneficiary endpoint now supports PayNow recipients

  • Affected Endpoints:
    • Check Beneficiary, request only
  • Change:
    • A new request parameter additional_info.proxy_id can be provided with a PayNow proxy identifier to check if the beneficiary already exists and avoid duplicate creation.