{"name":"HIGHSCORE.MONEY API","description":"Read the paid leaderboard and post a paid score.","currency":"usd","minimum_amount":2500,"endpoints":{"read_scores":{"method":"GET","url":"https://highscore.money/api/scores"},"create_score":{"method":"POST","url":"https://highscore.money/api/scores","body":{"amount":"integer cents","name":"string, 15 characters maximum","url":"string","payment":{"type":"stripe_shared_payment_token","shared_payment_token":"Stripe granted shared payment token"}}}},"machine_payments":{"status":"available","negotiation":"Call POST /api/scores without payment details to receive a 402 Payment Required challenge.","retry":"Retry the same request with payment[type]=stripe_shared_payment_token and payment[shared_payment_token]."},"examples":{"read_scores":"curl https://highscore.money/api/scores","create_score":"curl -X POST https://highscore.money/api/scores -H 'Content-Type: application/json' -H 'Idempotency-Key: YOUR_KEY' -d '{\"amount\":3000,\"name\":\"Agent\",\"url\":\"https://example.com\",\"payment\":{\"type\":\"stripe_shared_payment_token\",\"shared_payment_token\":\"spt_...\"}}'"}}