Payment optimized
Last updated: December 17, 2025
This Intelligent Acceptance event informs you if a payment was optimized or was in the unoptimized control group. If optimized, it specifies the optimizations that were applied.
1{2"id": "evt_caxmnvuvbe4elkbdx2imwbnjxu",3"type": "payment_optimized",4"version": "1.0.29",5"created_on": "2025-05-22T11:56:04.8821546Z",6"data": {7"payment_id": "pay_jnqu6pfovububi2rgmtj3rvwfu",8"is_ia_optimized": true,9"is_ia_control_group": false,10"optimization_groups": [11"Smart Payment Routing",12"Adaptive Messaging",13"Smart Authentication",14"Network Tokens"15]16}17}
| Field name | Description |
|---|---|
string | The event's unique identifier, prefixed with |
string | The type of event. |
string | The webhook's version. |
date-time | The date and time when the event occurred, in UTC. |
object | The webhook message. |
string | The payment's unique identifier, prefixed with |
boolean | Indicates whether the payment was optimized by Intelligent Acceptance:
|
boolean | Indicates whether the payment was part of the control group for testing and measuring optimization impacts:
|
array of string | The types of optimization applied to the payment. This can be one of:
If the payment was in the control group, the array is empty. |