JUMP TOGuideGetting StartedAuthenticationEndpoints and QueriesNetwork APIQuerygetSupportedNetworksnetworkWallet Management APIGetting StartedQueriesgetSignatureMessageMutationsloginWithSignatureDrops Management APIQueriescollectiongetMarketplaceAuctionLotCLAIM / EARNABLE APIGetting StartedMutationsredeemClaimableCoderedeemClaimableItemQuerygetActiveWalletsContentDutch Auction APIGetting StartedMutationsIntroductionsaveDutchAuctiondeployDutchAuctionconfirmDutchAuctionBidconfirmDutchAuctionRebateconfirmDutchAuctionEndQueryIntroductiongetMarketplaceAuctionLotgetRebateStatusgetDutchAuctionPurchaseInfogetInvoicesObjectsMarketplaceAuctionOnChainSettingInputMarketplaceAuctionOnChainSettingsDutchAuctionBidResponseConfirmDutchAuctionBidInputClaimRebateEligibilityResponseClaimRebateResponsedutchAuctionSettingInputDutchAuctionLotMarketplaceItemDeliveryInputMarketplaceItemDeliveryERC721ProvenanceInputMarketplaceItemDeliveryERC721TransferInputMarketplaceItemDeliveryERC1155TransferInputMarketplaceItemDeliveryERC1155OpenEditionInputMarketplaceItemDeliveryERC721TransferByRangeInputMarketplaceItemDeliveryNoOpInputMarketplaceItemDeliveryERC1155ProvenanceInputEnumsubSaleTypeClaimStatusDeliveryMethodsecondary marketplace apiGetting StartedQuerygetSignatureMessagegetNFTFavouriteListByUsergetUserOrderActivitygenerateSecondaryInvoicesgetNFTHistorycreateOffergetSignatureForOfferApprovalgetNFTDetailsgetAllRegistryTokensgetActiveWalletsContentgetOffersMutationsconnectExternalWalletaddNFTToFavouriteremoveNFTFromFavouriteestimateTaxAndRoyaltyFeecreateSignatureToListNFTForSalesubmitProofOfApprovalremoveListingsubmitProofOfOffercancelOfferinitiateBuyNFTupdateTransactionHashacceptOfferrejectOfferObjectsFavoriteNFTResponseOrderActivityOrderNFTPriceSupportedCurrencyNFTHistoryTaxResponseCryptoTaxTransactionResponseNFTDetailsArtistCategoryRegistryHistoryRegistryTokensRegistryActiveWalletFilterInputOwnedTokensMetadataEnumSavedNFTFilterInputOrderStatusTokenStatusTokenTypecancelPaymentThis mutation cancels payment by ID. This can be called by an organization admin.Arguments NameTypeDescriptionRequiredpaymentIDUUID1The payment ID.YesorgIDUUID1The organization ID.Yes Return NameTypeDescriptionN/ABooleanConfirmation whether the payment is canceled. Mutation Schema cancelPaymenttype mutation{ cancelPayment(paymentID: UUID1! orgID: UUID1!): Boolean! }