v1
latestOpenAPI 3.1.02026-07-1416032.7 KBFloa Pay - Info (Consult)
Creates a request to allow the customer to pay using Floa Pay service.
get/v1.02/floa/info/{transactionID}
Path parameters
transactionIDstring required
Generated and accepted reference using Floa service
Response
201
Example response
{
"transactionStatus": "Success",
"installmentDetails": [
{
"installmentCount": 4,
"productName": "4X BC FREE PT",
"productCode": "BC4XFPT",
"dealStatus": "CANCELED",
"customerFees": "0,00",
"customerTotalAmount": "2000,00",
"merchantFinancedAmount": "2000,00",
"merchantFees": "0,00",
"merchantServiceFees": "40,00",
"merchantTotalAmount": "40,00",
"installments": [
{
"rank": 1,
"date": "2024-10-02",
"amount": "500,00",
"initialAmount": 50000,
"capturedAmount": 50000,
"status": "REFUNDINPROGRESS"
}
],
"currency": "EUR"
}
]
}