3. Delete Card

Delete the card within the scope of the recurring payment membership.

Delete the Card within the Recurring Payment Scope

DELETE {{Base Adres}}/api/paywall/recurring/card

Important: To use the payment service, you need to send the 'apikeypublic' and 'apiclientpublic' parameters in the 'Header' field. PaymentAPI Address

In order to perform the card deletion operation, the recurring payment membership must be inactive or there must be another card under the respective membership, excluding the card to be deleted. Otherwise, PayWall generates an error message.

The parameters that need to be sent to the service are as follows:

Sample to be sent to the service JSON and sample codes is as follows

{
    "Id": 1223428
}

The parameters returned from the service are as follows:

{
    "ErrorCode": 0,
    "Result": true,
    "Message": "",
    "Body": null
}

Last updated