Skip to main content
POST
/
api
/
mpp
/
pay
(Removed) Make a micropayment via MPP protocol
curl --request POST \
  --url https://mag3nt.com/api/mpp/pay \
  --header 'Authorization: <api-key>'
{
  "error": "Removed. Use POST /api/pay instead.",
  "migrate_to": "/api/pay"
}

Authorizations

Authorization
string
header
required

API key prefixed with 'Bearer sx_live_...'

Response

410 - application/json

Endpoint removed. Migrate to /api/pay.

error
string
migrate_to
string