Sha256: 91a9312d02b78bcb20009f2c1f26cb7ddf4b8f1f0734c345ab65ed7c16790144
Contents?: true
Size: 644 Bytes
Versions: 4
Compression:
Stored size: 644 Bytes
Contents
# Conekta::OrderNextActionResponseRedirectToUrl ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **url** | **String** | pay.conekta.com/{id} Indicates the url of the Conekta component to authenticate the flow through 3DS2. | [optional] | | **return_url** | **String** | Indicates the url to which the 3DS2 flow returns at the end, when the integration is redirected. | [optional] | ## Example ```ruby require 'conekta' instance = Conekta::OrderNextActionResponseRedirectToUrl.new( url: https://pay.conekta.com/6fca054a85194c43971ecea35cc519bb, return_url: https://my-website.com" ) ```
Version data entries
4 entries across 4 versions & 1 rubygems