Payment Webhook Status
Introduction
To start receiving webhooks from our system, simply request the setup of your endpoint from our technical team.
Usage
Create a webhook endpoint on your server.
Configure the endpoint and events with Wireaccount.
Simulate an event to test your webhook endpoint.
Payment Scheme Type
Type
Description
PI_FAST
Faster Payment
INT_INTERC
Internal Transfer Payment
PI_BACS
BACS Payment
PI_DD
Direct Debit Payment
PI_CHAPS
CHAPS Payment
PI_SECT
SEPA Payment
PI_SEPA_INST
SEPA Instant Payment
{
"status": "Completed",
"paymentid": "P12000MTB1",
"transactionid": "T12000N5V4",
"reference": "Payment from Dobby",
"type": "PI_SEPA_INST",
"sender_iban": "GB17MOCK04001000002271",
"sender_name": "Draco Malfoy",
"amount": "20",
"currency": "EUR",
"datetime": "2020-01-01T07:20:00+0000"
}Last updated
Was this helpful?