Skip to main content

webhookByMarker

Description of the webhookByMarker method. 🔐 This method requires authorization.

Description

This method description. It returns a Promise that resolves to any.

Payments.webhookByMarker(

marker

);

Parameters schema

Schema

marker(required): number
marker
example: NaN

Examples

Minimal example

const response = await Payments.getAccountById(1764);

Example response

Response schema

Schema: any