Deleting the card from maib ecomm
Deleting the card from the maib ecomm system for recurring and one-click payments.
API endpoint (DELETE) |
---|
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)
Parameter | Required | Type | Description |
---|---|---|---|
billerId | YES | String(UUID) | Card identifier in the maib ecomm system |
Request example
Response parameters
Parameter | Type | Description |
---|---|---|
result | Object | Object containing the card identifier and the result of the request execution. |
| String(GUID) | Card identifier in the maib ecomm system. |
| 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 | Request/transaction processing errors. Errors table |
| String | Error code |
| String | Error description |
| Object | Object contains parameters with error details |
Example
Last updated