Skip to main content

VerifyBeneficiaryPayload

Possible responses when initiating a beneficiary

union VerifyBeneficiaryPayload = VerifyBeneficiarySuccessPayload | AccountNotFoundRejection | ForbiddenRejection | InternalErrorRejection | TrustedBeneficiaryNotFoundRejection | ValidationRejection

Possible types

VerifyBeneficiaryPayload.VerifyBeneficiarySuccessPayload object

VerifyBeneficiaryPayload.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

VerifyBeneficiaryPayload.ForbiddenRejection object

VerifyBeneficiaryPayload.InternalErrorRejection object

Rejection returned on unexpected server error

VerifyBeneficiaryPayload.TrustedBeneficiaryNotFoundRejection object

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

VerifyBeneficiaryPayload.ValidationRejection object

Rejection returned if an input contains invalid data

Returned By

verifyBeneficiary mutation