Skip to main content

AddTrustedSepaBeneficiaryPayload

Add sepa trusted beneficiary payload

union AddTrustedSepaBeneficiaryPayload = AddTrustedSepaBeneficiarySuccessPayload | ForbiddenRejection | AccountNotFoundRejection | ValidationRejection | InternalErrorRejection

Possible types

AddTrustedSepaBeneficiaryPayload.AddTrustedSepaBeneficiarySuccessPayload object

Add SEPA trusted beneficiary success payload

AddTrustedSepaBeneficiaryPayload.ForbiddenRejection object

AddTrustedSepaBeneficiaryPayload.AccountNotFoundRejection object

Rejection returned if the account was not found or if the user does not have the rights to know that the card exists

AddTrustedSepaBeneficiaryPayload.ValidationRejection object

Rejection returned if an input contains invalid data

AddTrustedSepaBeneficiaryPayload.InternalErrorRejection object

Rejection returned on unexpected server error

Returned By

addTrustedSepaBeneficiary mutation