Skip to main content

InitiateSepaDirectDebitMerchantPaymentPayload

No description

union InitiateSepaDirectDebitMerchantPaymentPayload = InitiateSepaDirectDebitMerchantPaymentSuccessPayload | ForbiddenRejection | NotFoundRejection | InternalErrorRejection | ValidationRejection | IdempotencyConflictRejection

Possible types​

InitiateSepaDirectDebitMerchantPaymentPayload.InitiateSepaDirectDebitMerchantPaymentSuccessPayload object​

InitiateSepaDirectDebitMerchantPaymentPayload.ForbiddenRejection object​

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

InitiateSepaDirectDebitMerchantPaymentPayload.InternalErrorRejection object​

Rejection returned on unexpected server error

InitiateSepaDirectDebitMerchantPaymentPayload.ValidationRejection object​

Rejection returned if an input contains invalid data

InitiateSepaDirectDebitMerchantPaymentPayload.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​

initiateSepaDirectDebitMerchantPayment mutation