Skip to main content

PaymentInitiationRequestState

No description

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

Possible types

PaymentInitiationRequestCompleted object

The payment to the beneficiary has been initiated.

PaymentInitiationRequestManuallyCompleted object

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

PaymentInitiationRequestCancelled object

The payment has been cancelled and cannot be completed.

PaymentInitiationRequestExpired object

Payment initiation request expired before the user attempted to pay

PaymentInitiationRequestPending object

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