Deleting the card from maib ecomm
Deleting the card from the maib ecomm system for recurring and one-click payments.
API endpoint (DELETE)
Request parameter (URL path)
Parameter
Required
Type
Description
curl --location --request DELETE 'https://api.maibmerchants.md/v1/delete-card/f16a9006-128a-46bc-8e2a-77a6ee99df75' \
--header 'Authorization: Bearer access_token' Response parameters
Parameter
Type
Description
{
"result": {
"billerId": "t78i8006-458a-46bc-9e0a-89a6ee11df68",
"status": "OK"
},
"ok": "true"
}{
"errors": [
{
"errorCode": "13003",
"errorMessage": "Biller ID 'f16a9006-128a-46bc-8e2a-77a6ee99df75' not found",
"errorArgs": {
"billerId": "f16a9006-128a-46bc-8e2a-77a6ee99df75"
}
}
],
"ok": false
}Last updated