SpaceMediaSpaceMedia
Endpoint referenceBilling and Checkouts

Verify Subscription Checkout

POST
/api/v1/subscriptions/subscribe/{package_id}/payment-verify

Verify a subscription checkout by checkout_id after payment completion. The response confirms whether the subscription was activated or updated.

Authorization

BearerAuth
AuthorizationBearer <token>

In: header

Path Parameters

package_id*string

Public package reference returned by the API.

Formatuuid

Request Body

application/json

Request payload.

TypeScript Definitions

Use the request body type in TypeScript.

Response Body

application/json

application/json

application/json

application/json

application/json

application/json

application/json

Was this page helpful?