Skip to main content

Account update event

POST 

/accounts/events

The webhook is sent when there's an update on the customer account. The operationType signifies the change that occurred.

NOTE: For events with operationType == IBAN_ASSIGNED, Paysafe is not able to send the iban field in a webhook due to information security restrictions. To obtain the IBAN, the Merchant must call the Account Information endpoint.

Request

Header Parameters

    Signature string

    HMAC signature of the request

    Content-Type stringrequired

    Default value: application/json

    application/json

Body

    customerId stringrequired

    Customer ID to which the account belongs

    externalId string

    Possible values: <= 40 characters

    accountId stringrequired

    ID of the wallet account for which the event is related to

    type stringrequired

    Possible values: [IBAN_ASSIGNED]

    Type of the event

    value string

    Optional value associated with the event.

    timestamp date-timerequired

    Represents RFC 3339, section 5.6 date-time.

Responses

OK

Loading...