Transaction Reversed

A transaction was reversed

Payload

The payload of this webhook request is an object.
eventTypestringRequired
transactionobjectRequired

Response

200
any
Return a 200 status to indicate that the data was received successfully.
Payload
1{
2 "eventType": "transaction.reversed",
3 "transaction": {
4 "type": "bankAccountToBankAccount",
5 "amount": 10000,
6 "createdAt": "2024-01-01T00:00:00Z",
7 "currency": "USD",
8 "id": "trx_bb08e72f-19f8-45f3-bcf9-46fdc46cb2f4",
9 "invoices": [
10 {
11 "approvalPolicy": [],
12 "approvers": [],
13 "createdAt": "2021-01-01T00:00:00Z",
14 "hasDocuments": true,
15 "hasSourceEmail": true,
16 "id": "in_26e7b5d3-a739-4b23-9ad9-6aaa085f47a9",
17 "metadata": {},
18 "paymentDestinationConfirmed": true,
19 "status": "FAILED",
20 "updatedAt": "2021-01-01T00:00:00Z",
21 "amount": 100,
22 "currency": "USD",
23 "deductionDate": "2021-01-29T00:00:00Z",
24 "dueDate": "2021-01-31T00:00:00Z",
25 "invoiceDate": "2021-01-01T00:00:00Z",
26 "invoiceNumber": "INV-123",
27 "payer": {
28 "acceptedTos": true,
29 "accountType": "business",
30 "createdAt": "2024-01-01T00:00:00Z",
31 "email": "customer@acme.com",
32 "id": "ent_8545a84e-a45f-41bf-bdf1-33b42a55812c",
33 "isCustomer": true,
34 "isNetworkPayee": false,
35 "isNetworkPayor": false,
36 "isPayee": false,
37 "isPayor": true,
38 "name": "Acme Inc.",
39 "profile": {
40 "business": {
41 "legalBusinessName": "Acme Inc.",
42 "taxIDProvided": true,
43 "email": "customer@acme.com",
44 "businessType": "llc",
45 "phone": {
46 "countryCode": "1",
47 "number": "4155551234"
48 },
49 "address": {
50 "addressLine1": "123 Main St",
51 "city": "San Francisco",
52 "stateOrProvince": "CA",
53 "postalCode": "94105",
54 "addressLine2": "Unit 1",
55 "country": "US"
56 },
57 "ownersProvided": true,
58 "taxId": {
59 "ein": {
60 "number": "12-3456789"
61 }
62 }
63 }
64 },
65 "status": "verified",
66 "updatedAt": "2024-01-02T00:00:00Z",
67 "accounts": [
68 {
69 "accountId": "85866843",
70 "postalCode": "94105",
71 "nameOnAccount": "John Doe"
72 }
73 ],
74 "counterpartyType": [
75 "ENTITY"
76 ],
77 "foreignId": "MY-DB-ID-12345",
78 "paymentMethods": [
79 {
80 "type": "bankAccount",
81 "accountName": "My Checking Account",
82 "accountNumber": "99988767623",
83 "accountType": "CHECKING",
84 "bankName": "Chase",
85 "createdAt": "2021-01-01T00:00:00Z",
86 "frozen": false,
87 "id": "pm_4794d597-70dc-4fec-b6ec-c5988e759769",
88 "isDefaultDestination": true,
89 "isDefaultSource": true,
90 "metadata": {},
91 "routingNumber": "12345678",
92 "status": "VERIFIED",
93 "supportedCurrencies": [
94 "USD"
95 ],
96 "updatedAt": "2021-01-01T00:00:00Z"
97 }
98 ]
99 },
100 "payerId": "ent_8545a84e-a45f-41bf-bdf1-33b42a55812c",
101 "paymentDestination": {
102 "type": "check",
103 "addressLine1": "123 Main St",
104 "city": "New York",
105 "country": "US",
106 "createdAt": "2021-01-01T00:00:00Z",
107 "frozen": false,
108 "id": "pm_5fde2f4a-facc-48ef-8f0d-6b7d087c7b18",
109 "isDefaultDestination": true,
110 "isDefaultSource": false,
111 "metadata": {},
112 "payToTheOrderOf": "John Doe",
113 "postalCode": "10001",
114 "stateOrProvince": "NY",
115 "supportedCurrencies": [
116 "USD"
117 ],
118 "updatedAt": "2021-01-01T00:00:00Z",
119 "addressLine2": "Apt 1"
120 },
121 "paymentDestinationId": "pm_5fde2f4a-facc-48ef-8f0d-6b7d087c7b18",
122 "paymentSource": {
123 "type": "bankAccount",
124 "accountName": "My Checking Account",
125 "accountNumber": "99988767623",
126 "accountType": "CHECKING",
127 "bankName": "Chase",
128 "createdAt": "2021-01-01T00:00:00Z",
129 "frozen": false,
130 "id": "pm_4794d597-70dc-4fec-b6ec-c5988e759769",
131 "isDefaultDestination": true,
132 "isDefaultSource": true,
133 "metadata": {},
134 "routingNumber": "12345678",
135 "status": "VERIFIED",
136 "supportedCurrencies": [
137 "USD"
138 ],
139 "updatedAt": "2021-01-01T00:00:00Z"
140 },
141 "paymentSourceId": "pm_4794d597-70dc-4fec-b6ec-c5988e759769",
142 "transactions": [
143 {
144 "type": "bankAccountToBankAccount",
145 "amount": 10000,
146 "createdAt": "2024-01-01T00:00:00Z",
147 "currency": "USD",
148 "id": "trx_bb08e72f-19f8-45f3-bcf9-46fdc46cb2f4",
149 "payer": {
150 "acceptedTos": true,
151 "accountType": "business",
152 "createdAt": "2024-01-01T00:00:00Z",
153 "email": "customer@acme.com",
154 "id": "ent_8545a84e-a45f-41bf-bdf1-33b42a55812c",
155 "isCustomer": true,
156 "isNetworkPayee": false,
157 "isNetworkPayor": false,
158 "isPayee": false,
159 "isPayor": true,
160 "name": "Acme Inc.",
161 "profile": {
162 "business": {
163 "legalBusinessName": "Acme Inc.",
164 "taxIDProvided": true,
165 "email": "customer@acme.com",
166 "businessType": "llc",
167 "phone": {
168 "countryCode": "1",
169 "number": "4155551234"
170 },
171 "address": {
172 "addressLine1": "123 Main St",
173 "city": "San Francisco",
174 "stateOrProvince": "CA",
175 "postalCode": "94105",
176 "addressLine2": "Unit 1",
177 "country": "US"
178 },
179 "ownersProvided": true,
180 "taxId": {
181 "ein": {
182 "number": "12-3456789"
183 }
184 }
185 }
186 },
187 "status": "verified",
188 "updatedAt": "2024-01-02T00:00:00Z",
189 "accounts": [
190 {
191 "accountId": "85866843",
192 "postalCode": "94105",
193 "nameOnAccount": "John Doe"
194 }
195 ],
196 "counterpartyType": [
197 "ENTITY"
198 ],
199 "foreignId": "MY-DB-ID-12345",
200 "paymentMethods": [
201 {
202 "type": "bankAccount",
203 "accountName": "My Checking Account",
204 "accountNumber": "99988767623",
205 "accountType": "CHECKING",
206 "bankName": "Chase",
207 "createdAt": "2021-01-01T00:00:00Z",
208 "frozen": false,
209 "id": "pm_4794d597-70dc-4fec-b6ec-c5988e759769",
210 "isDefaultDestination": true,
211 "isDefaultSource": true,
212 "metadata": {},
213 "routingNumber": "12345678",
214 "status": "VERIFIED",
215 "supportedCurrencies": [
216 "USD"
217 ],
218 "updatedAt": "2021-01-01T00:00:00Z"
219 }
220 ]
221 },
222 "payerId": "ent_bb08e72f-19f8-45f3-bcf9-46fdc46cb2f4",
223 "paymentDestination": {
224 "type": "bankAccount",
225 "accountName": "My Checking Account",
226 "accountNumber": "99988767623",
227 "accountType": "CHECKING",
228 "bankName": "Chase",
229 "createdAt": "2021-01-01T00:00:00Z",
230 "frozen": false,
231 "id": "pm_4794d597-70dc-4fec-b6ec-c5988e759769",
232 "isDefaultDestination": true,
233 "isDefaultSource": true,
234 "metadata": {},
235 "routingNumber": "12345678",
236 "status": "VERIFIED",
237 "supportedCurrencies": [
238 "USD"
239 ],
240 "updatedAt": "2021-01-01T00:00:00Z"
241 },
242 "paymentDestinationId": "pm_65523ab0-043d-4706-b2b2-0b73fed92269",
243 "paymentSource": {
244 "type": "bankAccount",
245 "accountName": "My Checking Account",
246 "accountNumber": "99988767623",
247 "accountType": "CHECKING",
248 "bankName": "Chase",
249 "createdAt": "2021-01-01T00:00:00Z",
250 "frozen": false,
251 "id": "pm_4794d597-70dc-4fec-b6ec-c5988e759769",
252 "isDefaultDestination": true,
253 "isDefaultSource": true,
254 "metadata": {},
255 "routingNumber": "12345678",
256 "status": "VERIFIED",
257 "supportedCurrencies": [
258 "USD"
259 ],
260 "updatedAt": "2021-01-01T00:00:00Z"
261 },
262 "paymentSourceId": "pm_65523ab0-043d-4706-b2b2-0b73fed92269",
263 "status": "FAILED",
264 "updatedAt": "2024-01-01T00:00:00Z",
265 "vendor": {
266 "acceptedTos": false,
267 "accountType": "business",
268 "createdAt": "2024-01-01T00:00:00Z",
269 "email": "vendor@bigboxstore.com",
270 "id": "ent_21661ac1-a2a8-4465-a6c0-64474ba8181d",
271 "isCustomer": false,
272 "isNetworkPayee": false,
273 "isNetworkPayor": false,
274 "isPayee": true,
275 "isPayor": false,
276 "name": "Big Box Store",
277 "profile": {
278 "business": {
279 "legalBusinessName": "Big Box Store",
280 "taxIDProvided": false,
281 "email": "vendor@bigboxstore.com",
282 "businessType": "publicCorporation",
283 "ownersProvided": false
284 }
285 },
286 "status": "unverified",
287 "updatedAt": "2024-01-02T00:00:00Z",
288 "counterpartyType": [
289 "ENTITY"
290 ],
291 "foreignId": "MY-DB-ID-90909",
292 "paymentMethods": [
293 {
294 "type": "bankAccount",
295 "accountName": "Vendor Checking Account",
296 "accountNumber": "55934059697648",
297 "accountType": "CHECKING",
298 "bankName": "Chase",
299 "createdAt": "2021-01-01T00:00:00Z",
300 "frozen": false,
301 "id": "pm_7610541f-4619-4033-8620-cfccfb811293",
302 "isDefaultDestination": true,
303 "isDefaultSource": true,
304 "metadata": {},
305 "routingNumber": "66554433",
306 "status": "NEW",
307 "supportedCurrencies": [
308 "USD"
309 ],
310 "updatedAt": "2021-01-01T00:00:00Z"
311 }
312 ]
313 },
314 "vendorId": "ent_bb08e72f-19f8-45f3-bcf9-46fdc46cb2f4"
315 }
316 ],
317 "vendor": {
318 "acceptedTos": false,
319 "accountType": "business",
320 "createdAt": "2024-01-01T00:00:00Z",
321 "email": "vendor@bigboxstore.com",
322 "id": "ent_21661ac1-a2a8-4465-a6c0-64474ba8181d",
323 "isCustomer": false,
324 "isNetworkPayee": false,
325 "isNetworkPayor": false,
326 "isPayee": true,
327 "isPayor": false,
328 "name": "Big Box Store",
329 "profile": {
330 "business": {
331 "legalBusinessName": "Big Box Store",
332 "taxIDProvided": false,
333 "email": "vendor@bigboxstore.com",
334 "businessType": "publicCorporation",
335 "ownersProvided": false
336 }
337 },
338 "status": "unverified",
339 "updatedAt": "2024-01-02T00:00:00Z",
340 "counterpartyType": [
341 "ENTITY"
342 ],
343 "foreignId": "MY-DB-ID-90909",
344 "paymentMethods": [
345 {
346 "type": "bankAccount",
347 "accountName": "Vendor Checking Account",
348 "accountNumber": "55934059697648",
349 "accountType": "CHECKING",
350 "bankName": "Chase",
351 "createdAt": "2021-01-01T00:00:00Z",
352 "frozen": false,
353 "id": "pm_7610541f-4619-4033-8620-cfccfb811293",
354 "isDefaultDestination": true,
355 "isDefaultSource": true,
356 "metadata": {},
357 "routingNumber": "66554433",
358 "status": "NEW",
359 "supportedCurrencies": [
360 "USD"
361 ],
362 "updatedAt": "2021-01-01T00:00:00Z"
363 }
364 ]
365 },
366 "vendorId": "ent_21661ac1-a2a8-4465-a6c0-64474ba8181d"
367 }
368 ],
369 "payer": {
370 "acceptedTos": true,
371 "accountType": "business",
372 "createdAt": "2024-01-01T00:00:00Z",
373 "email": "customer@acme.com",
374 "id": "ent_8545a84e-a45f-41bf-bdf1-33b42a55812c",
375 "isCustomer": true,
376 "isNetworkPayee": false,
377 "isNetworkPayor": false,
378 "isPayee": false,
379 "isPayor": true,
380 "name": "Acme Inc.",
381 "profile": {
382 "business": {
383 "legalBusinessName": "Acme Inc.",
384 "taxIDProvided": true,
385 "email": "customer@acme.com",
386 "businessType": "llc",
387 "phone": {
388 "countryCode": "1",
389 "number": "4155551234"
390 },
391 "address": {
392 "addressLine1": "123 Main St",
393 "city": "San Francisco",
394 "stateOrProvince": "CA",
395 "postalCode": "94105",
396 "addressLine2": "Unit 1",
397 "country": "US"
398 },
399 "ownersProvided": true,
400 "taxId": {
401 "ein": {
402 "number": "12-3456789"
403 }
404 }
405 }
406 },
407 "status": "verified",
408 "updatedAt": "2024-01-02T00:00:00Z",
409 "accounts": [
410 {
411 "accountId": "85866843",
412 "postalCode": "94105",
413 "nameOnAccount": "John Doe"
414 }
415 ],
416 "counterpartyType": [
417 "ENTITY"
418 ],
419 "foreignId": "MY-DB-ID-12345",
420 "paymentMethods": [
421 {
422 "type": "bankAccount",
423 "accountName": "My Checking Account",
424 "accountNumber": "99988767623",
425 "accountType": "CHECKING",
426 "bankName": "Chase",
427 "createdAt": "2021-01-01T00:00:00Z",
428 "frozen": false,
429 "id": "pm_4794d597-70dc-4fec-b6ec-c5988e759769",
430 "isDefaultDestination": true,
431 "isDefaultSource": true,
432 "metadata": {},
433 "routingNumber": "12345678",
434 "status": "VERIFIED",
435 "supportedCurrencies": [
436 "USD"
437 ],
438 "updatedAt": "2021-01-01T00:00:00Z"
439 }
440 ]
441 },
442 "payerId": "ent_bb08e72f-19f8-45f3-bcf9-46fdc46cb2f4",
443 "paymentDestination": {
444 "type": "bankAccount",
445 "accountName": "My Checking Account",
446 "accountNumber": "99988767623",
447 "accountType": "CHECKING",
448 "bankName": "Chase",
449 "createdAt": "2021-01-01T00:00:00Z",
450 "frozen": false,
451 "id": "pm_4794d597-70dc-4fec-b6ec-c5988e759769",
452 "isDefaultDestination": true,
453 "isDefaultSource": true,
454 "metadata": {},
455 "routingNumber": "12345678",
456 "status": "VERIFIED",
457 "supportedCurrencies": [
458 "USD"
459 ],
460 "updatedAt": "2021-01-01T00:00:00Z"
461 },
462 "paymentDestinationId": "pm_65523ab0-043d-4706-b2b2-0b73fed92269",
463 "paymentSource": {
464 "type": "bankAccount",
465 "accountName": "My Checking Account",
466 "accountNumber": "99988767623",
467 "accountType": "CHECKING",
468 "bankName": "Chase",
469 "createdAt": "2021-01-01T00:00:00Z",
470 "frozen": false,
471 "id": "pm_4794d597-70dc-4fec-b6ec-c5988e759769",
472 "isDefaultDestination": true,
473 "isDefaultSource": true,
474 "metadata": {},
475 "routingNumber": "12345678",
476 "status": "VERIFIED",
477 "supportedCurrencies": [
478 "USD"
479 ],
480 "updatedAt": "2021-01-01T00:00:00Z"
481 },
482 "paymentSourceId": "pm_65523ab0-043d-4706-b2b2-0b73fed92269",
483 "status": "FAILED",
484 "updatedAt": "2024-01-01T00:00:00Z",
485 "vendor": {
486 "acceptedTos": false,
487 "accountType": "business",
488 "createdAt": "2024-01-01T00:00:00Z",
489 "email": "vendor@bigboxstore.com",
490 "id": "ent_21661ac1-a2a8-4465-a6c0-64474ba8181d",
491 "isCustomer": false,
492 "isNetworkPayee": false,
493 "isNetworkPayor": false,
494 "isPayee": true,
495 "isPayor": false,
496 "name": "Big Box Store",
497 "profile": {
498 "business": {
499 "legalBusinessName": "Big Box Store",
500 "taxIDProvided": false,
501 "email": "vendor@bigboxstore.com",
502 "businessType": "publicCorporation",
503 "ownersProvided": false
504 }
505 },
506 "status": "unverified",
507 "updatedAt": "2024-01-02T00:00:00Z",
508 "counterpartyType": [
509 "ENTITY"
510 ],
511 "foreignId": "MY-DB-ID-90909",
512 "paymentMethods": [
513 {
514 "type": "bankAccount",
515 "accountName": "Vendor Checking Account",
516 "accountNumber": "55934059697648",
517 "accountType": "CHECKING",
518 "bankName": "Chase",
519 "createdAt": "2021-01-01T00:00:00Z",
520 "frozen": false,
521 "id": "pm_7610541f-4619-4033-8620-cfccfb811293",
522 "isDefaultDestination": true,
523 "isDefaultSource": true,
524 "metadata": {},
525 "routingNumber": "66554433",
526 "status": "NEW",
527 "supportedCurrencies": [
528 "USD"
529 ],
530 "updatedAt": "2021-01-01T00:00:00Z"
531 }
532 ]
533 },
534 "vendorId": "ent_bb08e72f-19f8-45f3-bcf9-46fdc46cb2f4"
535 }
536}
Built with