v1

latestOpenAPI 3.1.02026-07-14270217.5 KB

PayByLink

Creates a request to allow the customer to pay using PayByLink.

post/v1.02/paybylink/create

Request body

Response

200

transactionStatusstring
transactionIDstring
statusstring
redirectUrlstring

Example response

{
  "transactionStatus": "Success",
  "transactionID": "af3df607c6724870be962a69cac30b99",
  "status": "Pendente",
  "redirectUrl": "https://sandbox.eupago.pt/api/extern/paybylink/form/af3df607c6724870be962a69cac30b99"
}