Skip to main content
POST
/
api
/
mpp
/
receive
Verify and accept an MPP payment
curl --request POST \
  --url https://mag3nt.com/api/mpp/receive \
  --header 'Authorization: <api-key>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "payment_data": {}
}
'
{
  "verified": true
}

Authorizations

Authorization
string
header
required

API key prefixed with 'Bearer sx_live_...'

Body

application/json
payment_data
object

Response

200 - application/json

Payment verified

verified
boolean