Skip to main content
GET
https://enterprise.spacemedia.uk
/
api
/
v1
/
copyright
/
wallet
/
top-up
/
{intent}
/
status
View Copyright Top-Up Status
curl --request GET \
  --url https://enterprise.spacemedia.uk/api/v1/copyright/wallet/top-up/{intent}/status \
  --header 'Authorization: Bearer <token>'
{
  "success": true,
  "data": {
    "payment_intent_id": "65e920a8-5086-4fb1-ae2e-06c89f888a67",
    "status": "succeeded",
    "step": "completed",
    "gateway": "airwallex",
    "credits": 100
  }
}

Documentation Index

Fetch the complete documentation index at: https://docs.spacemedia.uk/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Headers

Accept
string

Use application/json for API responses.

Authorization
string

Bearer access token. Use Bearer <YOUR_ACCESS_TOKEN>.

Path Parameters

intent
string
required

Route identifier for intent.

Response

Success

The response is of type object.