Skip to main content

Checkout Exchanges

Query Supported Exchanges

Get supported checkout exchanges for an asset type:

GraphQL Query

query GetSupportedCheckoutExchanges($input: GetSupportedCheckoutExchangesInput!) {
getSupportedCheckoutExchanges(input: $input) {
supportedExchanges
assetType
error {
message
code
}
}
}

Input Variables

{
"input": {
"assetType": "TICKET"
}
}

Current Support

TICKET: Returns list of supported platforms