Settle verified x402 payment
Body
required
application/json
x402 settlement payload
- Type: stringnetwork
- Type: objectpayment
Payload - Type: stringscheme
- Type: integerx402
Version Integer numbers.
- additionalPropertyType: anythingproperty
Name
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"
}