Skip to main content

PaymentInitiationRequestState

No description

union PaymentInitiationRequestState = PaymentInitiationRequestCompleted | PaymentInitiationRequestManuallyCompleted | PaymentInitiationRequestCancelled | PaymentInitiationRequestExpired | PaymentInitiationRequestPending

Possible types

PaymentInitiationRequestState.PaymentInitiationRequestCompleted object

The payment to the beneficiary has been initiated.

PaymentInitiationRequestState.PaymentInitiationRequestManuallyCompleted object

The payment request was manually marked as completed. No payment exists for the PaymentInitiationRequest.

PaymentInitiationRequestState.PaymentInitiationRequestCancelled object

The payment has been cancelled and cannot be completed.

PaymentInitiationRequestState.PaymentInitiationRequestExpired object

Payment initiation request expired before the user attempted to pay

PaymentInitiationRequestState.PaymentInitiationRequestPending object

The payment has not yet been initiated, waiting for user to complete request