payment_instrument_error
Last updated: April 29, 2022
Deprecated. Use the /accounts/entities/{id}/payment-instruments
endpoint to create a new payment instrument, which offers immediate failure feedback without a webhook subscription.
1{2"id": "evt_htielsmgcwgejgqaunl4yb2pou",3"type": "payment_instrument_error",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"label": "The Cake Shop Barclays"12},13"reason_codes": ["payment_source_required"]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}