Skip to main content
POST
https://api.dintero.com/v1
/
examples
/
account_store_update
example_account_store_update_event
curl --request POST \
  --url https://api.dintero.com/v1/examples/account_store_update \
  --header 'content-type: <content-type>' \
  --header 'event: <event>' \
  --header 'event-delivery: <event-delivery>' \
  --data '
{
  "account_id": "P12345678",
  "event": "account_store_update",
  "event_delivery": "9ebb6d41-dca5-484e-8330-9c9fa96b60ba",
  "store": {
    "store_id": "S312",
    "id": "<string>",
    "created_at": "<string>",
    "created_by": "<string>",
    "updated_at": "<string>",
    "updated_by": "<string>",
    "status": "DELETED",
    "verified": true,
    "number_of_terminals": 123,
    "store_name": "<string>",
    "email": "jsmith@example.com",
    "phone_number": "+4799999999",
    "website": "<string>",
    "operator_payout_destinations": [
      {
        "payout_destination_id": "<string>",
        "status": "ACTIVE",
        "type": "company",
        "organization_number": "<string>",
        "name": "<string>",
        "trade_name": "<string>",
        "merchant_category_code": "2741"
      }
    ],
    "terminals": [
      {
        "terminal_id": "T312",
        "device_serial_number": "181f1a3e-b81b-4460-a01b-2a3be2a253a1"
      }
    ]
  }
}
'

Documentation Index

Fetch the complete documentation index at: https://docs.dintero.com/llms.txt

Use this file to discover all available pages before exploring further.

Headers

event
string
required
event-delivery
string
required
event-signature
string
content-type
string
required

Body

application/json
account_id
string
required
Example:

"P12345678"

event
enum<string>
required
Available options:
account_store_update
Example:

"account_store_update"

event_delivery
string<uuid>
required
Example:

"9ebb6d41-dca5-484e-8330-9c9fa96b60ba"

store
object
required

Response

event handled

Last modified on May 12, 2026