Saltar al contenido principal

NextActionTypes

Next action the integrator must take to progress the payment.

  • CONFIRM - Your customer needs to be redirected to a hosted payment page or confirm payment using a 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 that page.
  • CHALLENGE - Your customer needs to be redirected to the 3D Secure challenge page provided by the bank. The redirectUrl will point to that page.
  • 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