Skip to main content
Floa is a Buy Now Pay Later (BNPL) payment solution: customers can split the payment for their purchases into multiple installments.
FLOA is only available in France, Portugal, Italy, Spain, Belgium, and Germany.

How it works

Flowchart depicting Floa payment flow Floa is a synchronous payment method — no redirect occurs. The customer fills in the required fields and submits the payment. Paybyrd processes the request and returns a success or failure response directly, without redirecting to an external page. If shopper information is provided in the order, the payment form fields are pre-filled, though the customer must still confirm and submit. We provide the following Floa payment methods:

Create order

The following example shows how to create an order and the response it generates:

Generic shopping cart

Airline shopping cart

For an airline shopping cart, you must set the item type to Travel and the category to AIRLINE TICKET.

Hotel shopping cart

For a hotel or stay shopping cart, you must set the item type to TravelWithStay and the category to HOTEL or STAY.

Create payment from order

You can create a Floa payment by passing the checkoutKey from the order response:
To check whether the transaction was accepted, look at the code field. A successful response returns BYRD207. See the Create Payment API reference for the full list of request parameters, and the API code reference for all possible codes.