Added

Delete Customer Bank Account Endpoint

Added a new DELETE method to manage customer payment methods by allowing the removal of a specific bank account from a customer's profile.

Previously, the API supported retrieving and creating bank accounts, but did not offer a direct endpoint for deletion. This update provides developers with Create, Read, and Delete capabilities for customer bank accounts, allowing for better data hygiene and improved user privacy management within your application.

Endpoint Details

  • Method: DELETE
  • URL: https://api.helcim.com/v2/customers/{customerId}/bank-accounts/{bankAccountId}
  • Description: This endpoint permanently deletes a bank account associated for a specific customerId using the unique bankAccountId and revokes any associated PAD agreements.