Skip to content

Last updated: April 29, 2022

Deprecated. Use the /accounts/entities/{id}/payment-instruments endpoint to create a new payment instrument, which offers immediate success feedback without a webhook subscription.

Example: Payment instrument created

1
{
2
"id": "evt_jqv4f6zedawetlilolhqun6m4m",
3
"type": "payment_instrument_created",
4
"timestamp": "2020-08-20T16:48:17.142+00:00",
5
"version": "1.0.0",
6
"data": {
7
"sub_entity_id": "ent_gavuonbau65upa75f77rar4yuu",
8
"reference": "5uperher01234",
9
"legal_name": "Super Hero Masks Inc."
10
},
11
"_links": {
12
"self": {
13
"href": "https://api.checkout.com/workflows/events/evt_jqv4f6zedawetlilolhqun6m4m"
14
},
15
"subject": {
16
"href": "https://api.checkout.com/workflows/events/subject/pay_jlfj2ful7z3u5lbykhy5lzezvm"
17
}
18
}
19
}