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. TheredirectUrlwill 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. TheredirectUrlwill point to that page.CHALLENGE- Your customer needs to be redirected to the 3D Secure challenge page provided by the bank. TheredirectUrlwill point to that page.COMPLETE- The payment is completed. TheredirectUrlwill be thecompleteUrlif 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