Skip to content

Last updated: April 29, 2022

Example: Payout declined

1
{
2
"id": "evt_wa4t2e7ygtouhhxsiyesgjc2ta",
3
"type": "payout_declined",
4
"version": "1.0.0",
5
"created_on": "2022-06-27T14:10:00.1966294Z",
6
"data": {
7
"payout_id": "pay_pqs7xe7b5foerik2qa2udaffui",
8
"entity_id": "ent_lrzorseywxbengh7jcdvnrnfaq",
9
"sub_entity_id": "ent_4diqggtf4k65wewqs6xbwncf2e",
10
"instruction": {
11
"source_amount": 100,
12
"source_currency": "GBP",
13
"destination_amount": 100,
14
"destination_currency": "GBP"
15
},
16
"response_code": "50001",
17
"response_summary": "Compliance Error",
18
"processed_on": "2022-06-27T14:09:57.6164691+00:00"
19
},
20
"_links": {
21
"self": {
22
"href": "https://api.sandbox.checkout.com/workflows/events/evt_wa4t2e7ygtouhhxsiyesgjc2ta"
23
},
24
"subject": {
25
"href": "https://api.sandbox.checkout.com/workflows/events/subject/pay_pqs7xe7b5foerik2qa2udaffui"
26
27
}
28
}
29
}