CreateMerchantPaymentLinkPayload
No description
union CreateMerchantPaymentLinkPayload = CreateMerchantPaymentLinkSuccessPayload | MerchantProfileWrongStatusRejection | MerchantPaymentMethodNotActiveRejection | PaymentMethodNotCompatibleRejection | InternalErrorRejection | ForbiddenRejection | ValidationRejection
Possible types
CreateMerchantPaymentLinkPayload.CreateMerchantPaymentLinkSuccessPayload object
CreateMerchantPaymentLinkPayload.MerchantProfileWrongStatusRejection object
Rejection returned when the Merchant Profile is not in the expected status
CreateMerchantPaymentLinkPayload.MerchantPaymentMethodNotActiveRejection object
Rejection returned when the Merchant Payment Method is not active
CreateMerchantPaymentLinkPayload.PaymentMethodNotCompatibleRejection object
Rejection returned when a payment method is not compatible for the requested mutation
CreateMerchantPaymentLinkPayload.InternalErrorRejection object
Rejection returned on unexpected server error
CreateMerchantPaymentLinkPayload.ForbiddenRejection object
CreateMerchantPaymentLinkPayload.ValidationRejection object
Rejection returned if an input contains invalid data
Returned By
createMerchantPaymentLink mutation