added

Adding more details to GET single payments endpoints and Webhooks payload

We will soon be adding three new properties to the response of the GET single payments and GET single payment by ID endpoints, and to the payload of the Webhooks notifications.

The new properties are:

booked : When an outgoing payments gets booked on your account, the booked property will get the value true. If the payment has not been booked yet, or if it's not an outgoing payment, the value will be null.

reversalBooked: If your outgoing payment has been reversed, it will lead to a reversal being booked on your account. When that reversal has been booked, the value of this property will be true.

paymentRail: This property will inform you of which payment rail was used to execute the payment. The values provided could for example be Crossborder, SEPA (SCT), Faster Payments. You will also be able to get this new property in the reconciliation reports.

The changes are planned for mid May 2024.