Event Account Activity
Developing
POST
/dev_external/account/activity/notify
--header 'X-Api-Key: sKQq91g4ctRkLElI86vMeRNIPbhUc2qyEWxgbt6CGP8='
--header 'X-Endpoint: https://dev-api.mxmidas.com/dev_external/account/activity/notify'
--header 'X-Signature: hmac-sha256 XJH4TtI/wjaTqz1Ov4AFcATcr0GWY/5GdpySA4v6Mh0='
--header 'X-Timestamp: 1741878473'
--header 'Content-Type: application/json'
--data '{
"activity": {
"account": {
"country": "MEX",
"currency": "MXN",
"id": "acc-2cxzZIzhkv3vCcAAGmlHeJynhVq"
},
"created_at": "2025-03-13T15:07:53.524914881Z",
"data": {
"description": {
"en-US": "Test"
}
},
"entry_type": "CREDIT",
"forced": false,
"origin": "CLIENT",
"origin_tx_id": "atx-2uGchYGngCSNvJrx49r3dApAhrS",
"process_type": "ORIGINAL",
"rejection_reason": "ACCOUNT_NOT_ACTIVE",
"result": "REJECTED",
"total_amount": "50",
"type": "CLIENT_PAYMENT"
},
"datetime": "2025-03-13T15:07:53.524931Z",
"idempotency_key": "fdfd2b3b-6f9b-428b-8f36-6978fa829d57",
"type": "ACTIVITY_CREATED",
"version": "1"
}'
Request
Header Params
X-Api-Key
string
required
Example:
sKQq91g4ctRkLElI86vMeRNIPbhUc2qyEWxgbt6CGP8=
X-Endpoint
string
required
Example:
https://dev-api.mxmidas.com/dev_external/account/activity/notify
X-Signature
string
required
Example:
hmac-sha256 XJH4TtI/wjaTqz1Ov4AFcATcr0GWY/5GdpySA4v6Mh0=
X-Timestamp
string
required
Example:
1741878473
Content-Type
string
required
Example:
application/json
Body Params application/json
Request samples
Responses
Modified at 2025-03-16 05:54:50