NextAction
No description
type NextAction {
type: NextActionTypes
redirectUrl: String
mustRedirect: Boolean
}
Fields
NextAction.type
● NextActionTypes
enum
If present, this property tells you what actions you need to take in order for your customer to fulfill a payment using the provided source.
NextAction.redirectUrl
● String
scalar
Redirect your customer to this url to continue payment process.
NextAction.mustRedirect
● Boolean
scalar
If true
you have to redirect your customer to the redirectUrl
to continue payment process.
Member Of
Payment
object