Skip to content

payment_instrument_error

Last updated: 14th July 2022

Example: Payment instrument error

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