InitiateMerchantPaymentCollectionPayload
No description
union InitiateMerchantPaymentCollectionPayload = InitiateMerchantPaymentCollectionSuccessPayload | BadRequestRejection | ForbiddenRejection | NotFoundRejection | InternalErrorRejection | ValidationRejection | IdempotencyConflictRejection
Possible types
InitiateMerchantPaymentCollectionPayload.InitiateMerchantPaymentCollectionSuccessPayload object
InitiateMerchantPaymentCollectionPayload.BadRequestRejection object
Rejection when an inputs contains an error
InitiateMerchantPaymentCollectionPayload.ForbiddenRejection object
InitiateMerchantPaymentCollectionPayload.NotFoundRejection object
Rejection returned if the entity was not found or if the user does not have the rights to know that the account exists
InitiateMerchantPaymentCollectionPayload.InternalErrorRejection object
Rejection returned on unexpected server error
InitiateMerchantPaymentCollectionPayload.ValidationRejection object
Rejection returned if an input contains invalid data
InitiateMerchantPaymentCollectionPayload.IdempotencyConflictRejection object
In the chance that a request is made while still concurrently processing the first request under the same idempotencyKey, or if the same idempotencyKey is used with different parameters. the APIs will return this rejection.
Returned By
initiateMerchantPaymentCollection mutation