Skip to content

payout_declined

Last updated: 14th July 2022

Example: Payout declined

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
26
27
28
29
{
"id": "evt_wa4t2e7ygtouhhxsiyesgjc2ta",
"type": "payout_declined",
"version": "1.0.0",
"created_on": "2022-06-27T14:10:00.1966294Z",
"data": {
"payout_id": "pay_pqs7xe7b5foerik2qa2udaffui",
"entity_id": "ent_lrzorseywxbengh7jcdvnrnfaq",
"sub_entity_id": "ent_4diqggtf4k65wewqs6xbwncf2e",
"instruction": {
"source_amount": 100,
"source_currency": "GBP",
"destination_amount": 100,
"destination_currency": "GBP"
},
"response_code": "50001",
"response_summary": "Compliance Error",
"processed_on": "2022-06-27T14:09:57.6164691+00:00"
},
"_links": {
"self": {
"href": "https://api.sandbox.checkout.com/workflows/events/evt_wa4t2e7ygtouhhxsiyesgjc2ta"
},
"subject": {
"href": "https://api.sandbox.checkout.com/workflows/events/subject/pay_pqs7xe7b5foerik2qa2udaffui"
}
}
}