Saltar para o conteúdo

Transaction Notification
Webhook

Pedido

We will send you this json in our notification

Segurança
BasicAuth
Corpoapplication/jsonobrigatório

Notification Payload

idstring, (uuid)

The unique identifier for the notification

Exemplo:"ad3a0bb3-15a0-462c-8049-4abeb2e11f11"
valuestring

The monetary amount

Exemplo:"10.5"
currencystring

ISO 4217 currency code

Exemplo:"EUR"
keystring

Merchant identification key

Exemplo:"Example Key"
expiration_timestring, (date-time)

The expiration time for the payment

Exemplo:"2025-12-26T10:32:45Z"
methodstring

Payment method used

Exemplo:"MBW"
customerobject
accountobject
transactionobject
Payload
{ "id": "ad3a0bb3-15a0-462c-8049-4abeb2e11f11", "value": "10.5", "currency": "EUR", "key": "Example Key", "expiration_time": "2025-12-26T10:32:45Z", "method": "MBW", "customer": { "id": "4a908674-3bfb-47e5-b518-052a5e14b8fb", "name": "Josefa Gomes", "email": "customer@example.com", "phone": "911234567", "phone_indicative": "+351", "fiscal_number": "PT123456789", "key": "Customer Key" }, "account": { "id": "3ab50128-567c-4624-9268-04c5899ffb66" }, "transaction": { "id": "3ab50128-567c-4624-9268-04c5899ffb60", "key": "Transaction_key", "type": "capture", "date": "2025-12-26T10:32:45Z", "transfer_date": "2025-12-29T00:00:00Z", "document_number": "MARCEL0208220658120320251226103247", "values": {} } }

Respostas

Indicates that the data was received successfully

Cabeçalhos
X-Easypay-Codestring

A user defined code