Settle verified x402 payment

​

Body

required
application/json

x402 settlement payload

  • Integer numbers.

Responses

  • application/json
  • application/json
  • application/json
  • application/json
  • application/json
  • application/json
Request Example for post/api/x402/settle
curl https://api.musebook.trade/api/x402/settle \
  --request POST \
  --header 'Content-Type: application/json' \
  --data '{
  "paymentPayload": {},
  "x402Version": 1,
  "scheme": "",
  "network": "",
  "additionalProperty": "anything"
}'
{
  "ok": true,
  "additionalProperty": "anything"
}