Linked Accounts

Notification that the status of a Linked Account has been updated.

Linked Account UpdateWebhook

Notification of the status update for a linked Account.

Request
header Parameters
call-ref
string

A call reference generated by the caller and unique to the caller to provide correlation between the caller and system with a maximum length of 255

published-timestamp
required
integer <int64>

The timestamp, expressed in Epoch timestamp using millisecond precision, when this event was published.

signature
required
string

The signature to verify the authenticity of this request. This is the base64 hash (HmacSHA256) of the published-timestamp using your API key.

signature-v2
required
string

The signature to verify the authenticity of this request. This is the base64 hash (HmacSHA256) of the call-ref header, the request body, and the published-timestamp header, all concatenated without spaces, and signed using your API key.

Request Body schema: application/json
required

Payment run event triggered when the status changes

type
required
string
Value: "linkedAccountWatch"
required
Linked Account Status (object) or StatusErrorDuplicatedAccount (object) or StatusRejected (object) or StatusRejectedMultipleLinkedAccounts (object) (Linked Account Status)
Responses
200

Return a 200 status to indicate that the data was received successfully

Request samples
application/json
{
  • "type": "linkedAccountWatch",
  • "payload": {
    }
}

Linked Account Expiring SoonWebhook

Notification when a linked account is expiring soon.

Request
header Parameters
call-ref
string

A call reference generated by the caller and unique to the caller to provide correlation between the caller and system with a maximum length of 255

published-timestamp
required
integer <int64>

The timestamp, expressed in Epoch timestamp using millisecond precision, when this event was published.

signature
required
string

The signature to verify the authenticity of this request. This is the base64 hash (HmacSHA256) of the published-timestamp using your API key.

signature-v2
required
string

The signature to verify the authenticity of this request. This is the base64 hash (HmacSHA256) of the call-ref header, the request body, and the published-timestamp header, all concatenated without spaces, and signed using your API key.

Request Body schema: application/json
required

Payment run event triggered when the status changes

type
required
string
Value: "linkedAccountExpiringSoonWatch"
required
Linked Account Status (object) or StatusErrorDuplicatedAccount (object) or StatusRejected (object) or StatusRejectedMultipleLinkedAccounts (object) (Linked Account Status)
Responses
200

Return a 200 status to indicate that the data was received successfully

Request samples
application/json
{
  • "type": "linkedAccountExpiringSoonWatch",
  • "payload": {
    }
}