Skip to content
Go To Dashboard

Release a Sapiom payment (cancel hold)

POST /v1/x402/facilitator/release

Requires Bearer token authentication.

{}
Terminal window
curl -X POST "https://api.sapiom.ai/v1/x402/facilitator/release" \
-H "Authorization: Bearer YOUR_API_KEY" \
-H "Content-Type: application/json"
{}