For the complete documentation index, see llms.txt. This page is also available as Markdown.

Integrations

Payments → Integrations SDK methods.

An integration connects an external provider to this module. Configure the provider and its secrets in the dashboard; the API lets you list, create or update, enable, disable, set a default, and test integrations.

Method
Endpoint

POST /payments/integrations/confirm-human-delivery

DELETE /payments/integrations/{Id}

PUT /payments/integrations/{Id}/disable

PUT /payments/integrations/{Id}/enable

GET /payments/integrations/{id}

GET /payments/integrations

POST /payments/integrations

POST /payments/integrations/test

Last updated