Skip to content

Last updated: April 29, 2022

Example: Payment instrument verification failed

1
{
2
"id": "evt_htielsmgcwgejgqaunl4yb2pou",
3
"type": "payment_instrument_verification_failed",
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
"reason_codes": [
11
"document_unreadable"
12
],
13
"payment_instrument": {
14
"id": "src_h5qk7lfsp3ludfjxba256lduju",
15
"label": "The Cake Shop Barclays"
16
}
17
},
18
"_links": {
19
"self": {
20
"href": "https://api.checkout.com/workflows/events/evt_htielsmgcwgejgqaunl4yb2pou"
21
},
22
"subject": {
23
"href": "https://api.checkout.com/workflows/events/subject/pay_jlfj2ful7z3u5lbykhy5lzezvm"
24
}
25
}
26
}