The integration of alternative payment methods into your payment form expands your payment options. These methods help improve the customer experience and increase conversion rates by offering familiar, secure payment options.
Button configuration is passed during
Initialize the payment form by providing the init object and form parameters.
form initialization
in the same init object, formParams and button params. In payment form
Effectively handle alternative payments using the payment operations framework.
future payment
flow, pass future_usage in paymentIntent during form initialization.
Subscribing to the payment form
Form events are essential checkpoints for monitoring customer interactions in payments.
events
allows you to receive real-time information and improve the customer experience.
When using
init payment
API
, do not create multiple buttons with the same order_id and on the payment form at the same time. If you are already using a host-to-host APM button, disable it so orders are created and processed automatically by the payment form.
To set a custom button position, create a div with your custom ID and pass this value to the related button params object. Without a specified containerId, the button is displayed above all fields of the Payment Form.
If a non-existent container is specified, an error message appears in the console. Container with id =‘specified-container’ does not exist.
If you have not set up an APM button for your channels, contact us.
Bizum button
By following the steps, you can add the
Bizum streamlines instant banking payments in Spain.
Bizum
button to your form and customize it to match your brand or preferences.
Display button
To enable a Bizum button on the payment form:
- Configure the Bizum payment method for your channel.
- Provide the
future_usagethroughpaymentIntentobject.
| |
- Pass
bizumButtonParamswithenabledtrue to the init configuration when initializing the payment form viaPaymentFormSdk.init.
| |
Customization
To set the Bizum button position, create, and specify a div, pass its id attribute value to the containerId parameter in the bizumButtonParams object.
| |
Blik button
By following the steps, you can add the
BLIK streamlines online payments in Poland, enabling direct bank account transactions.
Blik
button to your form and customize it to match your brand or preferences.
Display button
To enable a Blik button on the payment form:
- Configure the Blik payment method for your channel.
- Pass
blikButtonParamswithenabledtrue to the init configuration when initializing the payment form viaPaymentFormSdk.init.
| |
Customization
To set the Blik button position, create and specify a div, then pass its id attribute value to the containerId parameter in the blikButtonParams object.
| |
Cash App Pay button
By following the steps, you can add the
Cash App is a US digital wallet that processes online transactions.
Cash App Pay
button to your form and customize it to match your brand or preferences.
Display button
To enable the Cash App Pay button on the payment form:
- Configure the Cash App Pay payment method for your channel.
- Provide the
future_usage,geo_country,success_url, andfail_urlthroughpaymentIntentobject.
| |
- Pass
cashAppButtonParamswithenabledtrue to the init configuration when initializing the payment form viaPaymentFormSdk.init.
| |
Customization
To set the Cash App Pay button position, create and specify a div, then pass its id attribute value to the containerId parameter in the cashAppButtonParams object.
| |
MB WAY button
By following the steps, you can add the
MB WAY is Portugal’s leading mobile payment method.
MB WAY
button to your form and customize it to match your brand or preferences.
Display button
To enable the MB WAY button on the payment form:
- Configure the MB WAY payment method for your channel.
- Provide the
future_usagethroughpaymentIntentobject.
| |
- Pass
mbWayButtonParamswithenabledtrue to the init configuration when initializing the payment form viaPaymentFormSdk.init.
| |
Customization
To set the MB WAY button position, create and specify a div, then pass its id attribute value to the containerId parameter in the mbWayButtonParams object.
| |
PayPal button
By following the steps, you can add the
PayPal provides a global online payment platform for secure transactions.
PayPal
button to your form and customize it to match your brand or preferences.
Display button
To enable the PayPal button on the payment form:
- Configure the PayPal payment method for your channel.
- Pass
paypalButtonParamswith `enabled` true to the init configuration when initializing the payment form viaPaymentFormSdk.init.
| |
Customization
| |
Pix button
By following the steps, you can add
SmartPix lets merchants collect one-time or recurring payments from customers' bank accounts using Open Finance technology in Brazil.
SmartPix
or
Pix QR is ideal for quick, single-use transactions—customers pay from their bank account using QR codes.
Pix QR
buttons to your form and customize them to match your brand or preferences.
Display button
To enable the SmartPix button on the payment form:
- Configure the SmartPix payment method for your channel.
- Pass
pixButtonParamswithenabledtrue to the init configuration when initializing the payment form viaPaymentFormSdk.init.
mounted
Form events are essential checkpoints for monitoring customer interactions in payments. event to check when the SmartPix button is set up and displayed. When the event is emitted for the entity, this means the SmartPix button is fully displayed.
Customization
To set the SmartPix button position, create and specify a div, then pass its id attribute value to the containerId parameter in the pixButtonParams object.
| |
Display button
To enable the Pix QR button on the payment form:
- Configure the Pix QR payment method for your channel.
- Pass
pixQrButtonParamswithenabledtrue to the init configuration when initializing the payment form viaPaymentFormSdk.init.
mounted
Form events are essential checkpoints for monitoring customer interactions in payments. event to check when the Pix QR button is set up and displayed. When the event is emitted for the entity, this means the Pix QR button is fully displayed.
Customization
To set the Pix QR button position, create and specify a div, then pass its id attribute value to the containerId parameter in the pixQrButtonParams object.
| |