NextActionTypes
Next action types
CONFIRM
- Your customer needs to be redirected to a hosted payment page or confirm payment using payment token. The **redirectUrl** will point to the hosted payment page.FRICTIONLESS_CHALLENGE
- Your customer needs to be redirected to the frictionless 3d secure challenge page provided by the bank. The **redirectUrl** will point to the frictionless 3d secure challenge page provided by the bank.CHALLENGE
- Your customer needs to be redirected to the 3d secure challenge page provided by the bank. The **redirectUrl** will point to the 3d secure challenge page provided by the bank.COMPLETE
- The payment is completed. The **redirectUrl** will be the **completeUrl** if it was provided when the payment was created.BIZUM_CHALLENGE
- Your customer will be redirected to the Bizum hosted payment page.
enum NextActionTypes {
CONFIRM
CHALLENGE
COMPLETE
FRICTIONLESS_CHALLENGE
BIZUM_CHALLENGE
}
Values
NextActionTypes.CONFIRM
NextActionTypes.CHALLENGE
NextActionTypes.COMPLETE
NextActionTypes.FRICTIONLESS_CHALLENGE
NextActionTypes.BIZUM_CHALLENGE
Member Of
NextAction
object