post https://sandbox.eupago.pt/api/v1.02/floa/create
Creates a request to allow the customer to pay using Floa Pay service.
These requests uses ApiKey authentication on their header: ApiKey xxxx-xxxx-xxxx-xxxx-xxxx
Responses
Creates a request to allow the customer to pay using Floa Pay service.
These requests uses ApiKey authentication on their header: ApiKey xxxx-xxxx-xxxx-xxxx-xxxx
xxxxxxxxxx
15curl --request POST \
--url https://sandbox.eupago.pt/api/v1.02/floa/create \
--header 'accept: application/json' \
--header 'content-type: application/json' \
--data '
{
"payment": {
"amount": {
"currency": "EUR"
},
"lang": "PT"
},
"installmentCode": "BC3XC"
}
'
Try It!
to start a request and see the response here! Or choose an example: