Mutation
mutation CreateHyperlineBillingPortalSession {
createHyperlineBillingPortalSession {
billingPortalSessionUrl
error {
message
type
code
fields {
field
message
type
}
}
}
}Response
{
"data": {
"createHyperlineBillingPortalSession": {
"billingPortalSessionUrl": "string",
"error": {
"message": "string",
"type": "VALIDATION",
"code": "string",
"fields": [
{
"field": "string",
"message": "string",
"type": "VALIDATION"
}
]
}
}
}
}Mutations
createHyperlineBillingPortalSession
Creates a Hyperline billing portal session and returns a URL where the user can manage their subscription, invoices, and payment methods. Requires the billing:edit permission.
MUTATION
createHyperlineBillingPortalSession: CreateHyperlineBillingPortalSessionOutput!billingPortalSessionUrl
String
error
Mutation
mutation CreateHyperlineBillingPortalSession {
createHyperlineBillingPortalSession {
billingPortalSessionUrl
error {
message
type
code
fields {
field
message
type
}
}
}
}Response
{
"data": {
"createHyperlineBillingPortalSession": {
"billingPortalSessionUrl": "string",
"error": {
"message": "string",
"type": "VALIDATION",
"code": "string",
"fields": [
{
"field": "string",
"message": "string",
"type": "VALIDATION"
}
]
}
}
}
}Was this page helpful?

