webhookByMarker
Process payment webhook. 🔐 This method requires authorization.
Description
This method processes payment webhooks by marker. It returns a Promise that resolves to any.
Payments.webhookByMarker(
marker*);
Parameters schema
Schema
marker(required): string
marker
example: "stripe"
Examples
Minimal example
const response = await Payments.webhookByMarker('stripe');
Example response
true