From 2f10a34f2f3ce8a46f0c2c1f4b8807bbd2fc5f9d Mon Sep 17 00:00:00 2001 From: Ray2126 Date: Thu, 18 Apr 2024 23:06:32 +0000 Subject: [PATCH] =?UTF-8?q?Deploying=20to=20gh-pages=20from=20=20@=201a6d6?= =?UTF-8?q?da9fcbbc104973c829a6a9894bbbcfa4adb=20=F0=9F=9A=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- api/account-memberships/index.html | 2 +- api/accounts/index.html | 2 +- api/api-keys/index.html | 2 +- api/asset-activities/index.html | 2 +- api/asset-transfers/index.html | 2 +- api/assets/index.html | 2 +- api/bank-account-approvals/index.html | 2 +- api/bank-account-connection-intents/index.html | 2 +- api/bank-accounts/index.html | 2 +- api/batch-types/farmlands-external-asset/index.html | 2 +- api/batch-types/ticketek-ticket/index.html | 2 +- api/batch-types/verifone-terminal-status/index.html | 2 +- api/batches/index.html | 2 +- api/businesses/index.html | 2 +- api/events/index.html | 6 +++--- api/external-assets/index.html | 2 +- api/funds-transfers/index.html | 2 +- api/integration-requests/index.html | 2 +- api/invitations/index.html | 2 +- api/legacy-payment-requests/index.html | 2 +- api/loyalty-program-memberships/index.html | 2 +- api/loyalty-programs/index.html | 2 +- api/managed-integrations/index.html | 2 +- api/media-uploads/index.html | 2 +- api/merchant-configs/index.html | 2 +- api/merchants/index.html | 2 +- api/pagination/index.html | 2 +- api/patron-codes/index.html | 2 +- api/payment-requests/index.html | 2 +- api/profiles/index.html | 2 +- api/promotion-memberships/index.html | 2 +- api/promotions/index.html | 2 +- api/quotas/index.html | 2 +- api/scanned-codes/index.html | 2 +- api/settlements/index.html | 2 +- api/tokens/index.html | 2 +- api/wallets/index.html | 2 +- 37 files changed, 39 insertions(+), 39 deletions(-) diff --git a/api/account-memberships/index.html b/api/account-memberships/index.html index ff64d8029..1641be447 100644 --- a/api/account-memberships/index.html +++ b/api/account-memberships/index.html @@ -19,7 +19,7 @@

Events

An event is a record of a user action or outcome. Centrapay performs various tasks in response to events.

+

Events

An event is a record of a user action or outcome. Centrapay performs various tasks in response to events.


POST/api/accounts/{accountId}/events

This endpoint allows you to create an Event   API .

Attributes

  • type

    stringrequired

    The type of Event.

  • idempotencyKey

    stringrequired

    Client-supplied identifier that prevents double creation.

  • data

    string

    An object with one or more string fields containing any relevant metadata.

Errors

  • type

    stringrequired

    The type of Event.

  • idempotencyKey

    stringrequired

    Client-supplied identifier that prevents double creation.

  • data

    string

    An object containing any relevant metadata.

Errors

  • EVENT_ALREADY_EXISTS

    403

    An Event with this idempotencyKey has already been created for the account.

Request
POST/api/accounts/Jaim1Cu1Q55uooxSens6yk/events
curl -X POST \
  https://service.centrapay.com/api/accounts/Jaim1Cu1Q55uooxSens6yk/events \
diff --git a/api/external-assets/index.html b/api/external-assets/index.html
index eaec5dd03..9efe82fc3 100644
--- a/api/external-assets/index.html
+++ b/api/external-assets/index.html
@@ -19,7 +19,7 @@