Using a 3rd party checkout form is possible with MemberMouse. When you decide to use a 3rd party checkout form you’re also taking on the responsibility of implementing things that the MemberMouse checkout form takes care of for you. The things that become your responsibility when using a 3rd party checkout form are:
- Implementación del formulario de recogida de datos
- Realizar cualquier validación de datos
- Pasar datos a MemberMouse a través de la API al enviar el formulario
- Garantizar que todo el proceso cumple la normativa PCI y que todos los datos están seguros.
In order to pass data collected on the 3rd party checkout form to MemberMouse, you’ll use the crearMiembro o purchaseBundle Método de llamada a la API.
Nota importante sobre quién gestiona el pago
If you’re collecting data via a 3rd party form it is possible that you could also have a 3rd party handle the billing and therefore not need to pass credit card information onto MemberMouse. If you do this, MemberMouse will only be used for granting access to content as it will have no knowledge of any payments and subscriptions.
When payments are being processed by a 3rd party, all things that MemberMouse can handle with regards to billing won’t be available. The things that won’t be available in this case is any financial reporting, transaction history, ability to issue refunds, ability to manage and cancel subscriptions, automated overdue payment handling, payment-related push notifications and more.
Para evitar que MemberMouse solicite información de pago al utilizar la llamada createMember, deberá configurar gratuitamente Niveles de afiliación para sus productos. Dado que en circunstancias normales visitar el Página principal de pago directamente permitirá a un usuario configurar una cuenta bajo el nivel de membresía gratuita por defecto, usted querrá configurar nuevos niveles de membresía para añadir su contenido protegido, en lugar de añadir su contenido protegido a la configuración del nivel de membresía gratuita por defecto cuando se instala MemberMouse.

