Deleting the card from maib ecomm
Deleting the card from the maib ecomm system for recurring and one-click payments.
https://api.maibmerchants.md/v1/delete-card/{billerId}
Ensure that the Content-Type header and body are excluded from requests to this endpoint.
Request parameter (URL path)
billerId
YES
String(UUID)
Card identifier in the maib ecomm system
Request example
Response parameters
result
Object
Object containing the card identifier and the result of the request execution.
billerId
String(GUID)
Card identifier in the maib ecomm system.
status
String
Request execution status.
OK - card has been successfully deleted.
ok
Boolean
Request processing status:
true - no errors;
false - an error occurred (error details will be in errors);
errors
Array
errorCode
String
Error code
errorMessage
String
Error description
erroArgs
Object
Object contains parameters with error details
Example
Last updated