Skip to content

Last updated: April 29, 2022

Example: Payment instrument verification passed

1
{
2
"id": "evt_htielsmgcwgejgqaunl4yb2pou",
3
"type": "payment_instrument_verification_passed",
4
"version": "1.0.0",
5
"created_on": "2020-08-20T15:24:13.8431084Z",
6
"data": {
7
"sub_entity_id": "ent_wxglze3wwywujg4nna5fb7ldli",
8
"reference": "123456789101112",
9
"legal_name": "The Cake Shop Inc.",
10
"payment_instrument": {
11
"id": "src_h5qk7lfsp3ludfjxba256lduju",
12
"label": "The Cake Shop Barclays"
13
}
14
},
15
"_links": {
16
"self": {
17
"href": "https://api.checkout.com/workflows/events/evt_htielsmgcwgejgqaunl4yb2pou"
18
},
19
"subject": {
20
"href": "https://api.checkout.com/workflows/events/subject/pay_jlfj2ful7z3u5lbykhy5lzezvm"
21
}
22
}
23
}