Skip to main content
GET
/
api
/
mpp
/
stream
/
{id}
Get payment stream details
curl --request GET \
  --url https://mag3nt.com/api/mpp/stream/{id} \
  --header 'Authorization: <api-key>'
{
  "id": "<string>",
  "card_id": "<string>",
  "budget": 123,
  "tick_amount": 123,
  "total_ticked": 123,
  "status": "<string>"
}

Authorizations

Authorization
string
header
required

API key prefixed with 'Bearer sx_live_...'

Path Parameters

id
string
required

Response

200 - application/json

Stream details

id
string
card_id
string
budget
tick_amount
total_ticked
status
string