FLOA Pay is a Buy Now Pay Later (BNPL) payment solution from the French company FLOA, a subsidiary of BNP Paribas. It allows merchants to offer customers the option to pay for purchases in installments, such as 3X, 4X, 10X, or 12X. FLOA Pay handles the credit check for the customer and assumes the risk of payment default, allowing the merchant to receive the full payment upfront from FLOA Pay.
Contact to enable FLOA Pay on your merchant profile.
supports FLOA Pay through the following integration types:
This service allows the you to obtain a simulated schedule based on the amount. Create payment by using Direct integration.
"paymentMethods": {
"type": "FLOAPAY",
"integrationType": "DIRECT"
} |
Initiate a Hosted Payment Page by calling Create checkout session.
Initiate Hosted forms by calling Create payment with:
"paymentMethods": {
"type": "FLOAPAY",
"integrationType": "HOSTED"
} |
You can reverse an authorized FLOA Pay transaction before it is captured by calling the Reverse payment endpoint using the original payId.
If your merchant profile is configured for capturing transactions manually then you must explicitly initiate Capture payment endpoint to capture the funds.
Refunds are supported for captured FLOA Pay transactions. Call the Refund payment endpoint to refund transactions.