Skip to main content

AddMerchantProfilePayload

Add Merchant Profile Payload

union AddMerchantProfilePayload = AddMerchantProfileSuccessPayload | ForbiddenRejection | AccountNotFoundRejection | InternalErrorRejection | ValidationRejection

Possible types

AddMerchantProfilePayload.AddMerchantProfileSuccessPayload object

Add Merchant Profile Success Payload

AddMerchantProfilePayload.ForbiddenRejection object

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

AddMerchantProfilePayload.InternalErrorRejection object

Rejection returned on unexpected server error

AddMerchantProfilePayload.ValidationRejection object

Rejection returned if an input contains invalid data

Returned by

addMerchantProfile mutation