Merchant account webhooks

Sent to the webhook URI you registered in Console when you receive a payment not initiated through TrueLayer to your merchant account.

Payload
string
enum
required
Allowed:
integer
enum
required

The version of the event schema.

Allowed:
string
required

Unique ID of the event.

string
required

Unique ID for the Transaction

string
enum
required
Allowed:
integer
required
≥ 1
string
required

Date and time the transaction settled

uuid
required

Unique ID for the Merchant Account

remitter
object
required
Headers
string
required

A JWS with detached content, verifiable with our public key.
See Webhook Request Signing

Response
200

Webhook Handled

LoadingLoading…