Skip to content
Go To Dashboard

Settle a Sapiom payment (execute book transfer)

POST /v1/x402/facilitator/settle

Requires Bearer token authentication.

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