JUMP TOGuideGetting StartedQuickstartAuthenticationEndpoints and QueriesResponsive BiddingTimed Auction Closing LogicWallet ManagementOrganization Management APIQueriesorganizationorganizationByIDorgUsernameAvailableassetvalidateIpgetUserInvitationsgetEmailTemplateByOrgIDAndEventTypegetApplicantinternalUsersgetSignatureMessagegetEmailTemplateByOrgIDAndEventTypeMutationsloginWithSignaturecreateOrgByUsercreateOrgMultisigupdateUserOrgRoleupdateUserOrgSettingsaddOrganizationcreateUserMultisigcreateUserAPIKeydeleteUserAPIKeyuploadAssetdeleteAssetuploadArweaveAssetupdateMultisigNamesendUserInvitationdeleteUserInvitationcreateApplicantcreateEmailTemplateObjectsUserCurrentUserOrganizationUserOrganizationAssetAssetVersionUserAPIKeyResponseAssetFilterValidateIPResponseOrganizationMemberFilterApplicantRequestApplicantResponseOrganizationMemberOrganizationMemberFilterUserOrgFilterEmailTemplateCreateEmailTemplateInputAddressScreeningInputEnumKycStatusEventTypeRiskRatingMarketplace Management APIQueriesmarketplacenftContractbidsdefaultConfigMutationscreateMarketplaceAuctionBidorgCreateMarketplacemarketplaceUpdateThemenftContractAddAdminnftDeployContractfinishDeploymentnftContractRegisterExtensionnftContractSetTokenURIObjectsMarketplaceMarketplaceAuctionBidMarketplaceUserMarketplaceAuctionBidInputMarketplaceAuctionDefaultConfigMarketplaceAuctionFeeStructureMarketplaceAuctionFeeStructureItemMarketplaceBuyNowOutputMarketplaceTokenNFTTokenNFTContractNFTContractTypeDeployContractInputTransactionInputSettingsInputBidFilterInputEnumMarketplaceSaleTypeContractTypeTransactionStatusAuctionBidOrderSubscriptionauctionLotUpdatedgetMarketplaceAuctionLotbidFeedCollection Management APIQueriescollectioncollectionBySlugcollectionItemByIditemsmailSalesReportByCollectionIDMutationsdeleteCollectionItemFromUserFavoritescreateMarketplaceCollectionaddTokensToCollectionaddExistingTokenToCollectionimportExternalTokenToCollectionaddCollectionItemToUserFavoritesObjectsMarketplaceCollectionMarketplaceCollectionItemMarketplaceCollectionItemDetailsMarketplaceCollectionCreateInputEnumMarketplaceCollectionItemStatusCollectionTypeMarketCollectionStatusSubscriptionsmarketplaceCollectionLotsUpdatesLots Management APIQueriesgetMarketplaceAuctionLotgetBuyNowBuyerInfoisUserAllowOnListgetAllowListsgetAllowListisUserOnClaimableSetsAllowListavailableClaimableMutationscreateMarketplaceAuctionLotupdateMarketplaceAuctionLotcreateMarketplaceBuyNowLotreserveMarketplaceBuyNowLotcreateMarketplaceClaimableSetcreateAllowListObjectsMarketplaceAuctionLotMarketplaceAuctionLotInputMarketplaceAuctionLotUpdateInputCreateMarketplaceBuyNowLotInputReserveMarketplaceBuyNowLotInputAllowListInputAllowListAllowListElementsCreateMarketplaceClaimableSetInputEnumAuctionLotStatusFilteringTypeIdentifierTypeWallet Management APIQuerieswalletnftTokengetTokenTransferHistorygetWalletDeliveryCountisTokenRedeemedtokenOwnersMutationstransferTokencreateTokenDraftupdateTokenDraftmintTokensdeleteTokenmintGenerativeTokenburnTokencheckTokenOwnerscheckWalletTokensdelayedTransferTokenObjectsWalletWalletTokentokensTokenDraftTokenTransferTokenOwnerResponseEnumWalletTxTypePayment and Invoicing APIQueriesgetPaymentPublicKeygetPaymentMethodListgetMyPaymentsgetPaymentsByUserIDgetMyInvoicesgetInvoicesByUserIDgetInvoicesDetailsgetPaymentMethodgetPaymentNotificationpreparePaymentMethodvalidatePaymentLimitgetTaxQuotegetDiscountCodesmailInvoiceLotDetailReportMailByCollectionIDMutationscreatePaymentMethodupdatePaymentMethoddeletePaymentMethodcreatePaymentcancelPaymentcreateAuctionLotInvoicereleaseReservationupdateAfterPaymentTransferSuspendTimestartInvoiceDeliveryObjectsPaymentPublicKeyPaymentMethodOutputCreditCardPaymentMethodOutputACHPaymentMethodOutputWirePaymentMethodOutputPaymentPaymentMethodCreateInputPaymentMethodUpdateInputInvoiceDetailsItemInvoiceDetailsACHDataACHBillingDetailsACHMetadataCreditCardDataCreditCardBillingDetailsCreditCardMetadataWireDataWireBankAddressWireBillingDetailsPaymentMethodPrepareStatementOutputCreatePaymentMetadataInputCreatePaymentCreditCardMetadataInputValidatePaymentLimitOutputValidatePaymentLimitOutputCreditCardDataTaxQuoteInputTaxQuoteBillingAddressInputTaxQuoteOutputTaxQuoteBillingAddressOutputEnumPaymentTypePaymentStatusInvoiceStatusNetwork APIQuerynetworkpingserverTimemeMutationspinguploadArweaveMetadatasetJwtIssuerDomainObjectNotificationSigninRequestmembersNetworkcancelPaymentThis 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! }