Vertaling van "formToken" in Engels
We konden deze vermelding niet vinden. Er worden benaderende resultaten weergegeven. Controleer je spelling of stel voor deze term aan het woordenboek toe te voegen.
El primer paso para desplegar un formulario de pago es crear un formToken.
The first step for displaying a payment form is to create a formToken.
El formToken debe agregarse al código de integración.
The formToken must be added to the integration code.
El formulario de pago utiliza un formToken de demostración que no permite la interacción con el servidor.
The payment form uses a demo formToken that does not allow to interact with the server.
La clave pública no se corresponde con el formToken
The public key does not correspond to the formToken
En respuesta, su servidor de vendedor recupera un formToken, objeto cifrado que permite inicializar el formulario incrustado con los datos de la transacción y de la configuración de la tienda.
In response, your merchant server retrieves a formToken, an encrypted object allowing to initialize the embedded form with the transaction details and the details corresponding to your shop configuration.
El formToken contiene la información necesaria para generar el formulario (precio, campo del formulario, opciones de pago, etc...
The formToken contains the information required for generating a form (price, form fields, payment options, etc.).
Antes de visualizar un nuevo formulario de pago en el sitio del vendedor, debe inicializar el formulario generando un token de formulario (o formToken) que resume todas las opciones vinculadas al pago.
Before displaying a new payment form on the merchant website, you must initialize the form by generating a formToken that summarizes all the payment related options.
Una vez que el cliente recibe el formToken generado del lado del servidor, puede asociarlo a su formulario y mostrarlo.
Once the Buyer has received the formToken generated on the server side, you can associate it with your form and proceed to display it.
Si el comprador no lo intenta otra vez, se crea automáticamente una transacción rechazada cuando expira el formToken.
If the Buyer does not make another attempt, a rejected transaction is automatically created when the formToken expires.
El SDK se encarga de verificar la coherencia del formToken antes de mostrar los medios de pago disponibles.
The SDK then checks the formToken consistency and displays the available payment methods.
Para ello, debe llamar a su servidor del vendedor para comprobar las compras del usuario y generar un identificador de formulario (llamado formToken) llamando al servicio web Charge/CreatePayment (desde su servidor del vendedor).
To do this, you need to call your merchant server in order to check the user's purchases, and then generate a form identifier (formToken) by calling the Charge/CreatePayment web service (also from your merchant server).
Para obtener más información sobre cómo crear un formToken, consulte: Guía de integración.
For more information on creating a formToken, go to: Integration guide.
¡Aquí vamos! Después de esta introducción teórica, es momento de pasar a la práctica: Crear un formToken
After this theoretical part, it is time to move on to the practical steps and Create a formToken.