Verify Mandate
POST
/billing/verify-mandate
const url = 'https://api.mengi.cloud/billing/verify-mandate';const options = {method: 'POST'};
try { const response = await fetch(url, options); const data = await response.json(); console.log(data);} catch (error) { console.error(error);}curl --request POST \ --url https://api.mengi.cloud/billing/verify-mandateVerify mandate status by checking pending payments with Mollie. Called when user returns from payment to handle cases where webhook didn’t fire.
Responses
Section titled “ Responses ”Successful Response
Media type application/json
Example generated
example