Delete a Payment Card

DELETE {{baseUrl}}/service-providers/payment-cards/:payment_card_id

Allows a registered Service Provider to delete single Payment Card at a time from its profile. Any data associated with a requested paymentCardId will also be deleted permanently.

On the successful response from the server, a Service Provider should remove all the requested paymentCardIds from the system.

Once a request has been received from a Service Provider, data deletion will happen immediately.

HEADERS

KeyDatatypeRequiredDescription
x-openapi-clientidstring(Required) Unique Client Id as assigned by Mastercard Developers after creating a project. This will also be a unique Id of your Service Provider record.
channelstringChannel of onboarding from which service provider onboarded and now the API call has been initiated. Possible values are,
  • CC = Indicates that service provider is onboarded directly on Carbon Calculator. And API calls has been initiated directly.
  • CT = Indicates that service provider is onboarded via Carbon Tracker/Carbon Calculator Experience. And API calls has been initiated via CT/CCE. | | origMcApiClientId | string | | Client Id of originator issuer from where the API call has been initiated. | | Accept | string | | |