/subscriptions/terminate

Terminate Subscription

POSThttps://api.banking.netevia.dev/subscriptions/terminate

Description

This endpoint allows customers to permanently terminate an active subscription associated with their Netevia card. For example, if a customer used their Netevia card to subscribe to a service like Netflix, they can use this API to cancel that subscription.

Upon successful termination:

  • The subscription will be permanently deleted.
  • The Netevia card will be removed from the service provider’s payment system (e.g., Netflix will no longer have the card on file).

**Important:**Once a subscription is terminated, it cannot be restored. To resume the service, the customer must re-subscribe from the beginning.

Request Body Parameters

ParameterTypeRequiredDescription
tokenstringYesAuthentication token for the request.
paymentCardIdstringYesUnique identifier of the payment card linked to the subscription.

Example Request

{
  "token": "abc123def456",
  "paymentCardId": "card789xyz"
}

Use Case Example

A customer sees an active Netflix subscription in their account and decides to cancel it. They call this API with their valid token and the associated card ID. The system processes the request, cancels the subscription, and ensures the card is no longer saved on Netflix’s platform.

Language
Credentials
Bearer
JWT
Click Try It! to start a request and see the response here!