NotFoundRejection
Rejection returned if the entity was not found or if the user does not have the rights to know that the account exists
type NotFoundRejection implements Rejection {
id: String!
message: String!
}
Fields
NotFoundRejection.id ● String! non-null scalar
NotFoundRejection.message ● String! non-null scalar
Interfaces
Rejection interface
Implemented By
AddDirectDebitFundingSourcePayload union ● AddInternalDirectDebitPaymentMandatePayload union ● AddSepaDirectDebitPaymentMandatePayload union ● CancelFundingSourcePayload union ● CancelMerchantPaymentMethodUpdateRequestPayload union ● CancelMerchantProfileUpdateRequestPayload union ● CreateInPersonPaymentIntentPayload union ● DisableMerchantPaymentMethodPayload union ● DisableMerchantProfilePayload union ● InitiateCheckMerchantPaymentPayload union ● InitiateMerchantPaymentCollectionPayload union ● InitiateSepaDirectDebitMerchantPaymentPayload union ● RequestMerchantPaymentMethodsPayload union ● RequestMerchantPaymentMethodsUpdatePayload union ● RequestTerminalConnectionTokenPayload union