v1

latestOpenAPI 3.1.02026-07-14270217.5 KB

Floa - Payment

Creates a request to allow the customer to pay using Floa Pay service.

post/v1.02/floa/create

Request body

installmentCode'BC3XFPT' required

The installment code defines the number of installments in which the customer will pay and whether there will be fees for it. It is limited by country and amount.

Response

201

transactionStatusstring
transactionIDstring
referencestring
redirectUrlstring

Example response

{
  "transactionStatus": "Success",
  "transactionID": "019257d2ea277c9a8d7a3abb07833c9c",
  "reference": "159213",
  "redirectUrl": "https://sandbox.eupago.pt/api/extern/floa/form/019257d2ea277c9a8d7a3abb07833c9c"
}