Advertisement
Guest User

Untitled

a guest
Sep 20th, 2019
358
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 28.52 KB | None | 0 0
  1. [{
  2. "event": "account.updated",
  3. "description": "Occurs whenever an account status or property has changed.",
  4. "object_description": "describes an account",
  5. "objects": ["#account_object"]
  6. }, {
  7. "event": "account.application.authorized",
  8. "description": "Occurs whenever a user authorizes an application. Sent to the related application only.Show child attributes",
  9. "object_description": "describes an \"application\"",
  10. "objects": []
  11. }, {
  12. "event": "account.application.deauthorized",
  13. "description": "Occurs whenever a user deauthorizes an application. Sent to the related application only.Show child attributes",
  14. "object_description": "describes an \"application\"",
  15. "objects": []
  16. }, {
  17. "event": "account.external_account.created",
  18. "description": "Occurs whenever an external account is created.",
  19. "object_description": "describes an external account (e.g., card or bank account)",
  20. "objects": ["#account_card_object", "#account_bank_account_object"]
  21. }, {
  22. "event": "account.external_account.deleted",
  23. "description": "Occurs whenever an external account is deleted.",
  24. "object_description": "describes an external account (e.g., card or bank account)",
  25. "objects": ["#account_card_object", "#account_bank_account_object"]
  26. }, {
  27. "event": "account.external_account.updated",
  28. "description": "Occurs whenever an external account is updated.",
  29. "object_description": "describes an external account (e.g., card or bank account)",
  30. "objects": ["#account_card_object", "#account_bank_account_object"]
  31. }, {
  32. "event": "application_fee.created",
  33. "description": "Occurs whenever an application fee is created on a charge.",
  34. "object_description": "describes an application fee",
  35. "objects": ["#application_fee_object"]
  36. }, {
  37. "event": "application_fee.refunded",
  38. "description": "Occurs whenever an application fee is refunded, whether from refunding a charge or from refunding the application fee directly. This includes partial refunds.",
  39. "object_description": "describes an application fee",
  40. "objects": ["#application_fee_object"]
  41. }, {
  42. "event": "application_fee.refund.updated",
  43. "description": "Occurs whenever an application fee refund is updated.",
  44. "object_description": "describes a fee refund",
  45. "objects": ["#fee_refund_object"]
  46. }, {
  47. "event": "balance.available",
  48. "description": "Occurs whenever your Stripe balance has been updated (e.g., when a charge is available to be paid out). By default, Stripe automatically transfers funds in your balance to your bank account on a daily basis.",
  49. "object_description": "describes a balance",
  50. "objects": ["#balance_object"]
  51. }, {
  52. "event": "capability.updated",
  53. "description": "Occurs whenever a capability has new requirements or a new status.",
  54. "object_description": "describes a capability",
  55. "objects": ["#capability_object"]
  56. }, {
  57. "event": "charge.captured",
  58. "description": "Occurs whenever a previously uncaptured charge is captured.",
  59. "object_description": "describes a charge",
  60. "objects": ["#charge_object"]
  61. }, {
  62. "event": "charge.expired",
  63. "description": "Occurs whenever an uncaptured charge expires.",
  64. "object_description": "describes a charge",
  65. "objects": ["#charge_object"]
  66. }, {
  67. "event": "charge.failed",
  68. "description": "Occurs whenever a failed charge attempt occurs.",
  69. "object_description": "describes a charge",
  70. "objects": ["#charge_object"]
  71. }, {
  72. "event": "charge.pending",
  73. "description": "Occurs whenever a pending charge is created.",
  74. "object_description": "describes a charge",
  75. "objects": ["#charge_object"]
  76. }, {
  77. "event": "charge.refunded",
  78. "description": "Occurs whenever a charge is refunded, including partial refunds.",
  79. "object_description": "describes a charge",
  80. "objects": ["#charge_object"]
  81. }, {
  82. "event": "charge.succeeded",
  83. "description": "Occurs whenever a new charge is created and is successful.",
  84. "object_description": "describes a charge",
  85. "objects": ["#charge_object"]
  86. }, {
  87. "event": "charge.updated",
  88. "description": "Occurs whenever a charge description or metadata is updated.",
  89. "object_description": "describes a charge",
  90. "objects": ["#charge_object"]
  91. }, {
  92. "event": "charge.dispute.closed",
  93. "description": "Occurs when a dispute is closed and the dispute status changes to lost, warning_closed, or won.",
  94. "object_description": "describes a dispute",
  95. "objects": ["#dispute_object"]
  96. }, {
  97. "event": "charge.dispute.created",
  98. "description": "Occurs whenever a customer disputes a charge with their bank.",
  99. "object_description": "describes a dispute",
  100. "objects": ["#dispute_object"]
  101. }, {
  102. "event": "charge.dispute.funds_reinstated",
  103. "description": "Occurs when funds are reinstated to your account after a dispute is closed. This includes partially refunded payments.",
  104. "object_description": "describes a dispute",
  105. "objects": ["#dispute_object"]
  106. }, {
  107. "event": "charge.dispute.funds_withdrawn",
  108. "description": "Occurs when funds are removed from your account due to a dispute.",
  109. "object_description": "describes a dispute",
  110. "objects": ["#dispute_object"]
  111. }, {
  112. "event": "charge.dispute.updated",
  113. "description": "Occurs when the dispute is updated (usually with evidence).",
  114. "object_description": "describes a dispute",
  115. "objects": ["#dispute_object"]
  116. }, {
  117. "event": "charge.refund.updated",
  118. "description": "Occurs whenever a refund is updated, on selected payment methods.",
  119. "object_description": "describes a refund",
  120. "objects": ["#refund_object"]
  121. }, {
  122. "event": "checkout.session.completed",
  123. "description": "Occurs when a Checkout Session has been successfully completed.",
  124. "object_description": "describes a checkout session",
  125. "objects": ["#checkout_session_object"]
  126. }, {
  127. "event": "coupon.created",
  128. "description": "Occurs whenever a coupon is created.",
  129. "object_description": "describes a coupon",
  130. "objects": ["#coupon_object"]
  131. }, {
  132. "event": "coupon.deleted",
  133. "description": "Occurs whenever a coupon is deleted.",
  134. "object_description": "describes a coupon",
  135. "objects": ["#coupon_object"]
  136. }, {
  137. "event": "coupon.updated",
  138. "description": "Occurs whenever a coupon is updated.",
  139. "object_description": "describes a coupon",
  140. "objects": ["#coupon_object"]
  141. }, {
  142. "event": "credit_note.created",
  143. "description": "Occurs whenever a credit note is created.",
  144. "object_description": "describes a credit note",
  145. "objects": ["#credit_note_object"]
  146. }, {
  147. "event": "credit_note.updated",
  148. "description": "Occurs whenever a credit note is updated.",
  149. "object_description": "describes a credit note",
  150. "objects": ["#credit_note_object"]
  151. }, {
  152. "event": "credit_note.voided",
  153. "description": "Occurs whenever a credit note is voided.",
  154. "object_description": "describes a credit note",
  155. "objects": ["#credit_note_object"]
  156. }, {
  157. "event": "customer.created",
  158. "description": "Occurs whenever a new customer is created.",
  159. "object_description": "describes a customer",
  160. "objects": ["#customer_object"]
  161. }, {
  162. "event": "customer.deleted",
  163. "description": "Occurs whenever a customer is deleted.",
  164. "object_description": "describes a customer",
  165. "objects": ["#customer_object"]
  166. }, {
  167. "event": "customer.updated",
  168. "description": "Occurs whenever any property of a customer changes.",
  169. "object_description": "describes a customer",
  170. "objects": ["#customer_object"]
  171. }, {
  172. "event": "customer.discount.created",
  173. "description": "Occurs whenever a coupon is attached to a customer.",
  174. "object_description": "describes a discount",
  175. "objects": ["#discount_object"]
  176. }, {
  177. "event": "customer.discount.deleted",
  178. "description": "Occurs whenever a coupon is removed from a customer.",
  179. "object_description": "describes a discount",
  180. "objects": ["#discount_object"]
  181. }, {
  182. "event": "customer.discount.updated",
  183. "description": "Occurs whenever a customer is switched from one coupon to another.",
  184. "object_description": "describes a discount",
  185. "objects": ["#discount_object"]
  186. }, {
  187. "event": "customer.source.created",
  188. "description": "Occurs whenever a new source is created for a customer.",
  189. "object_description": "describes a source (e.g., card)",
  190. "objects": ["#card_object"]
  191. }, {
  192. "event": "customer.source.deleted",
  193. "description": "Occurs whenever a source is removed from a customer.",
  194. "object_description": "describes a source (e.g., card)",
  195. "objects": ["#card_object"]
  196. }, {
  197. "event": "customer.source.expiring",
  198. "description": "Occurs whenever a card or source will expire at the end of the month.",
  199. "object_description": "describes a source (e.g., card)",
  200. "objects": ["#card_object"]
  201. }, {
  202. "event": "customer.source.updated",
  203. "description": "Occurs whenever a source's details are changed.",
  204. "object_description": "describes a source (e.g., card)",
  205. "objects": ["#card_object"]
  206. }, {
  207. "event": "customer.subscription.created",
  208. "description": "Occurs whenever a customer is signed up for a new plan.",
  209. "object_description": "describes a subscription",
  210. "objects": ["#subscription_object"]
  211. }, {
  212. "event": "customer.subscription.deleted",
  213. "description": "Occurs whenever a customer's subscription ends.",
  214. "object_description": "describes a subscription",
  215. "objects": ["#subscription_object"]
  216. }, {
  217. "event": "customer.subscription.trial_will_end",
  218. "description": "Occurs three days before a subscription's trial period is scheduled to end, or when a trial is ended immediately (using trial_end=now).",
  219. "object_description": "describes a subscription",
  220. "objects": ["#subscription_object"]
  221. }, {
  222. "event": "customer.subscription.updated",
  223. "description": "Occurs whenever a subscription changes (e.g., switching from one plan to another, or changing the status from trial to active).",
  224. "object_description": "describes a subscription",
  225. "objects": ["#subscription_object"]
  226. }, {
  227. "event": "customer.tax_id.created",
  228. "description": "Occurs whenever a tax ID is created for a customer.",
  229. "object_description": "describes a tax id",
  230. "objects": ["#tax_id_object"]
  231. }, {
  232. "event": "customer.tax_id.deleted",
  233. "description": "Occurs whenever a tax ID is deleted from a customer.",
  234. "object_description": "describes a tax id",
  235. "objects": ["#tax_id_object"]
  236. }, {
  237. "event": "customer.tax_id.updated",
  238. "description": "Occurs whenever a customer's tax ID is updated.",
  239. "object_description": "describes a tax id",
  240. "objects": ["#tax_id_object"]
  241. }, {
  242. "event": "file.created",
  243. "description": "Occurs whenever a new Stripe-generated file is available for your account.",
  244. "object_description": "describes a file",
  245. "objects": ["#file_object"]
  246. }, {
  247. "event": "invoice.created",
  248. "description": "Occurs whenever a new invoice is created. To learn how webhooks can be used with this event, and how they can affect it, see Using Webhooks with Subscriptions.",
  249. "object_description": "describes an invoice",
  250. "objects": ["#invoice_object"]
  251. }, {
  252. "event": "invoice.deleted",
  253. "description": "Occurs whenever a draft invoice is deleted.",
  254. "object_description": "describes an invoice",
  255. "objects": ["#invoice_object"]
  256. }, {
  257. "event": "invoice.finalized",
  258. "description": "Occurs whenever a draft invoice is finalized and updated to be an open invoice.",
  259. "object_description": "describes an invoice",
  260. "objects": ["#invoice_object"]
  261. }, {
  262. "event": "invoice.marked_uncollectible",
  263. "description": "Occurs whenever an invoice is marked uncollectible.",
  264. "object_description": "describes an invoice",
  265. "objects": ["#invoice_object"]
  266. }, {
  267. "event": "invoice.payment_action_required",
  268. "description": "Occurs whenever an invoice payment attempt requires further user action to complete.",
  269. "object_description": "describes an invoice",
  270. "objects": ["#invoice_object"]
  271. }, {
  272. "event": "invoice.payment_failed",
  273. "description": "Occurs whenever an invoice payment attempt fails, due either to a declined payment or to the lack of a stored payment method.",
  274. "object_description": "describes an invoice",
  275. "objects": ["#invoice_object"]
  276. }, {
  277. "event": "invoice.payment_succeeded",
  278. "description": "Occurs whenever an invoice payment attempt succeeds.",
  279. "object_description": "describes an invoice",
  280. "objects": ["#invoice_object"]
  281. }, {
  282. "event": "invoice.sent",
  283. "description": "Occurs whenever an invoice email is sent out.",
  284. "object_description": "describes an invoice",
  285. "objects": ["#invoice_object"]
  286. }, {
  287. "event": "invoice.upcoming",
  288. "description": "Occurs X number of days before a subscription is scheduled to create an invoice that is automatically charged—where X is determined by your subscriptions settings. Note: The received Invoice object will not have an invoice ID.",
  289. "object_description": "describes an invoice",
  290. "objects": ["#invoice_object"]
  291. }, {
  292. "event": "invoice.updated",
  293. "description": "Occurs whenever an invoice changes (e.g., the invoice amount).",
  294. "object_description": "describes an invoice",
  295. "objects": ["#invoice_object"]
  296. }, {
  297. "event": "invoice.voided",
  298. "description": "Occurs whenever an invoice is voided.",
  299. "object_description": "describes an invoice",
  300. "objects": ["#invoice_object"]
  301. }, {
  302. "event": "invoiceitem.created",
  303. "description": "Occurs whenever an invoice item is created.",
  304. "object_description": "describes an invoiceitem",
  305. "objects": ["#invoiceitem_object"]
  306. }, {
  307. "event": "invoiceitem.deleted",
  308. "description": "Occurs whenever an invoice item is deleted.",
  309. "object_description": "describes an invoiceitem",
  310. "objects": ["#invoiceitem_object"]
  311. }, {
  312. "event": "invoiceitem.updated",
  313. "description": "Occurs whenever an invoice item is updated.",
  314. "object_description": "describes an invoiceitem",
  315. "objects": ["#invoiceitem_object"]
  316. }, {
  317. "event": "issuing_authorization.created",
  318. "description": "Occurs whenever an authorization is created.",
  319. "object_description": "describes an issuing authorization",
  320. "objects": ["#issuing_authorization_object"]
  321. }, {
  322. "event": "issuing_authorization.request",
  323. "description": "Represents a synchronous request for authorization, see Using your integration to handle authorization requests.",
  324. "object_description": "describes an issuing authorization",
  325. "objects": ["#issuing_authorization_object"]
  326. }, {
  327. "event": "issuing_authorization.updated",
  328. "description": "Occurs whenever an authorization is updated.",
  329. "object_description": "describes an issuing authorization",
  330. "objects": ["#issuing_authorization_object"]
  331. }, {
  332. "event": "issuing_card.created",
  333. "description": "Occurs whenever a card is created.",
  334. "object_description": "describes an issuing card",
  335. "objects": ["#issuing_card_object"]
  336. }, {
  337. "event": "issuing_card.updated",
  338. "description": "Occurs whenever a card is updated.",
  339. "object_description": "describes an issuing card",
  340. "objects": ["#issuing_card_object"]
  341. }, {
  342. "event": "issuing_cardholder.created",
  343. "description": "Occurs whenever a cardholder is created.",
  344. "object_description": "describes an issuing cardholder",
  345. "objects": ["#issuing_cardholder_object"]
  346. }, {
  347. "event": "issuing_cardholder.updated",
  348. "description": "Occurs whenever a cardholder is updated.",
  349. "object_description": "describes an issuing cardholder",
  350. "objects": ["#issuing_cardholder_object"]
  351. }, {
  352. "event": "issuing_dispute.created",
  353. "description": "Occurs whenever a dispute is created.",
  354. "object_description": "describes an issuing dispute",
  355. "objects": ["#issuing_dispute_object"]
  356. }, {
  357. "event": "issuing_dispute.updated",
  358. "description": "Occurs whenever a dispute is updated.",
  359. "object_description": "describes an issuing dispute",
  360. "objects": ["#issuing_dispute_object"]
  361. }, {
  362. "event": "issuing_settlement.created",
  363. "description": "Occurs whenever an issuing settlement is created.",
  364. "object_description": "describes an issuing settlement",
  365. "objects": ["#issuing_settlement_object"]
  366. }, {
  367. "event": "issuing_settlement.updated",
  368. "description": "Occurs whenever an issuing settlement is updated.",
  369. "object_description": "describes an issuing settlement",
  370. "objects": ["#issuing_settlement_object"]
  371. }, {
  372. "event": "issuing_transaction.created",
  373. "description": "Occurs whenever an issuing transaction is created.",
  374. "object_description": "describes an issuing transaction",
  375. "objects": ["#issuing_transaction_object"]
  376. }, {
  377. "event": "issuing_transaction.updated",
  378. "description": "Occurs whenever an issuing transaction is updated.",
  379. "object_description": "describes an issuing transaction",
  380. "objects": ["#issuing_transaction_object"]
  381. }, {
  382. "event": "order.created",
  383. "description": "Occurs whenever an order is created.",
  384. "object_description": "describes an order",
  385. "objects": ["#order_object"]
  386. }, {
  387. "event": "order.payment_failed",
  388. "description": "Occurs whenever an order payment attempt fails.",
  389. "object_description": "describes an order",
  390. "objects": ["#order_object"]
  391. }, {
  392. "event": "order.payment_succeeded",
  393. "description": "Occurs whenever an order payment attempt succeeds.",
  394. "object_description": "describes an order",
  395. "objects": ["#order_object"]
  396. }, {
  397. "event": "order.updated",
  398. "description": "Occurs whenever an order is updated.",
  399. "object_description": "describes an order",
  400. "objects": ["#order_object"]
  401. }, {
  402. "event": "order_return.created",
  403. "description": "Occurs whenever an order return is created.",
  404. "object_description": "describes an order return",
  405. "objects": ["#order_return_object"]
  406. }, {
  407. "event": "payment_intent.amount_capturable_updated",
  408. "description": "Occurs when a PaymentIntent has funds to be captured. Check the amount_capturable property on the PaymentIntent to determine the amount that can be captured. You may capture the PaymentIntent with an amount_to_capture value up to the specified amount. Learn more about capturing PaymentIntents.",
  409. "object_description": "describes a payment intent",
  410. "objects": ["#payment_intent_object"]
  411. }, {
  412. "event": "payment_intent.created",
  413. "description": "Occurs when a new PaymentIntent is created.",
  414. "object_description": "describes a payment intent",
  415. "objects": ["#payment_intent_object"]
  416. }, {
  417. "event": "payment_intent.payment_failed",
  418. "description": "Occurs when a PaymentIntent has failed the attempt to create a source or a payment.",
  419. "object_description": "describes a payment intent",
  420. "objects": ["#payment_intent_object"]
  421. }, {
  422. "event": "payment_intent.succeeded",
  423. "description": "Occurs when a PaymentIntent has been successfully fulfilled.",
  424. "object_description": "describes a payment intent",
  425. "objects": ["#payment_intent_object"]
  426. }, {
  427. "event": "payment_method.attached",
  428. "description": "Occurs whenever a new payment method is attached to a customer.",
  429. "object_description": "describes a payment method",
  430. "objects": ["#payment_method_object"]
  431. }, {
  432. "event": "payment_method.card_automatically_updated",
  433. "description": "Occurs whenever a card payment method's details are automatically updated by the network.",
  434. "object_description": "describes a payment method",
  435. "objects": ["#payment_method_object"]
  436. }, {
  437. "event": "payment_method.detached",
  438. "description": "Occurs whenever a payment method is detached from a customer.",
  439. "object_description": "describes a payment method",
  440. "objects": ["#payment_method_object"]
  441. }, {
  442. "event": "payment_method.updated",
  443. "description": "Occurs whenever a payment method is updated via the PaymentMethod update API.",
  444. "object_description": "describes a payment method",
  445. "objects": ["#payment_method_object"]
  446. }, {
  447. "event": "payout.canceled",
  448. "description": "Occurs whenever a payout is canceled.",
  449. "object_description": "describes a payout",
  450. "objects": ["#payout_object"]
  451. }, {
  452. "event": "payout.created",
  453. "description": "Occurs whenever a payout is created.",
  454. "object_description": "describes a payout",
  455. "objects": ["#payout_object"]
  456. }, {
  457. "event": "payout.failed",
  458. "description": "Occurs whenever a payout attempt fails.",
  459. "object_description": "describes a payout",
  460. "objects": ["#payout_object"]
  461. }, {
  462. "event": "payout.paid",
  463. "description": "Occurs whenever a payout is expected to be available in the destination account. If the payout fails, a payout.failed notification is also sent, at a later time.",
  464. "object_description": "describes a payout",
  465. "objects": ["#payout_object"]
  466. }, {
  467. "event": "payout.updated",
  468. "description": "Occurs whenever a payout's metadata is updated.",
  469. "object_description": "describes a payout",
  470. "objects": ["#payout_object"]
  471. }, {
  472. "event": "person.created",
  473. "description": "Occurs whenever a person associated with an account is created.",
  474. "object_description": "describes a person",
  475. "objects": ["#person_object"]
  476. }, {
  477. "event": "person.deleted",
  478. "description": "Occurs whenever a person associated with an account is deleted.",
  479. "object_description": "describes a person",
  480. "objects": ["#person_object"]
  481. }, {
  482. "event": "person.updated",
  483. "description": "Occurs whenever a person associated with an account is updated.",
  484. "object_description": "describes a person",
  485. "objects": ["#person_object"]
  486. }, {
  487. "event": "plan.created",
  488. "description": "Occurs whenever a plan is created.",
  489. "object_description": "describes a plan",
  490. "objects": ["#plan_object"]
  491. }, {
  492. "event": "plan.deleted",
  493. "description": "Occurs whenever a plan is deleted.",
  494. "object_description": "describes a plan",
  495. "objects": ["#plan_object"]
  496. }, {
  497. "event": "plan.updated",
  498. "description": "Occurs whenever a plan is updated.",
  499. "object_description": "describes a plan",
  500. "objects": ["#plan_object"]
  501. }, {
  502. "event": "product.created",
  503. "description": "Occurs whenever a product is created.",
  504. "object_description": "describes a product",
  505. "objects": ["#product_object"]
  506. }, {
  507. "event": "product.deleted",
  508. "description": "Occurs whenever a product is deleted.",
  509. "object_description": "describes a product",
  510. "objects": ["#product_object"]
  511. }, {
  512. "event": "product.updated",
  513. "description": "Occurs whenever a product is updated.",
  514. "object_description": "describes a product",
  515. "objects": ["#product_object"]
  516. }, {
  517. "event": "radar.early_fraud_warning.created",
  518. "description": "Occurs whenever an early fraud warning is created.",
  519. "object_description": "describes an early fraud warning",
  520. "objects": ["#early_fraud_warning_object"]
  521. }, {
  522. "event": "radar.early_fraud_warning.updated",
  523. "description": "Occurs whenever an early fraud warning is updated.",
  524. "object_description": "describes an early fraud warning",
  525. "objects": ["#early_fraud_warning_object"]
  526. }, {
  527. "event": "recipient.created",
  528. "description": "Occurs whenever a recipient is created.",
  529. "object_description": "describes a recipient",
  530. "objects": ["#recipient_object"]
  531. }, {
  532. "event": "recipient.deleted",
  533. "description": "Occurs whenever a recipient is deleted.",
  534. "object_description": "describes a recipient",
  535. "objects": ["#recipient_object"]
  536. }, {
  537. "event": "recipient.updated",
  538. "description": "Occurs whenever a recipient is updated.",
  539. "object_description": "describes a recipient",
  540. "objects": ["#recipient_object"]
  541. }, {
  542. "event": "reporting.report_run.failed",
  543. "description": "Occurs whenever a requested **ReportRun** failed to complete.",
  544. "object_description": "describes a report run",
  545. "objects": ["#report_run_object"]
  546. }, {
  547. "event": "reporting.report_run.succeeded",
  548. "description": "Occurs whenever a requested **ReportRun** completed succesfully.",
  549. "object_description": "describes a report run",
  550. "objects": ["#report_run_object"]
  551. }, {
  552. "event": "reporting.report_type.updated",
  553. "description": "Occurs whenever a **ReportType** is updated (typically to indicate that a new day's data has come available).",
  554. "object_description": "describes a report type",
  555. "objects": ["#report_type_object"]
  556. }, {
  557. "event": "review.closed",
  558. "description": "Occurs whenever a review is closed. The review's reason field indicates why: approved, disputed, refunded, or refunded_as_fraud.",
  559. "object_description": "describes a review",
  560. "objects": ["#review_object"]
  561. }, {
  562. "event": "review.opened",
  563. "description": "Occurs whenever a review is opened.",
  564. "object_description": "describes a review",
  565. "objects": ["#review_object"]
  566. }, {
  567. "event": "setup_intent.created",
  568. "description": "Occurs when a new SetupIntent is created.",
  569. "object_description": "describes a setup intent",
  570. "objects": ["#setup_intent_object"]
  571. }, {
  572. "event": "setup_intent.setup_failed",
  573. "description": "Occurs when a SetupIntent has failed the attempt to setup a payment method.",
  574. "object_description": "describes a setup intent",
  575. "objects": ["#setup_intent_object"]
  576. }, {
  577. "event": "setup_intent.succeeded",
  578. "description": "Occurs when an SetupIntent has successfully setup a payment method.",
  579. "object_description": "describes a setup intent",
  580. "objects": ["#setup_intent_object"]
  581. }, {
  582. "event": "sigma.scheduled_query_run.created",
  583. "description": "Occurs whenever a Sigma scheduled query run finishes.",
  584. "object_description": "describes a scheduled query run",
  585. "objects": ["#scheduled_query_run_object"]
  586. }, {
  587. "event": "sku.created",
  588. "description": "Occurs whenever a SKU is created.",
  589. "object_description": "describes a sku",
  590. "objects": ["#sku_object"]
  591. }, {
  592. "event": "sku.deleted",
  593. "description": "Occurs whenever a SKU is deleted.",
  594. "object_description": "describes a sku",
  595. "objects": ["#sku_object"]
  596. }, {
  597. "event": "sku.updated",
  598. "description": "Occurs whenever a SKU is updated.",
  599. "object_description": "describes a sku",
  600. "objects": ["#sku_object"]
  601. }, {
  602. "event": "source.canceled",
  603. "description": "Occurs whenever a source is canceled.",
  604. "object_description": "describes a source (e.g., card)",
  605. "objects": ["#card_object"]
  606. }, {
  607. "event": "source.chargeable",
  608. "description": "Occurs whenever a source transitions to chargeable.",
  609. "object_description": "describes a source (e.g., card)",
  610. "objects": ["#card_object"]
  611. }, {
  612. "event": "source.failed",
  613. "description": "Occurs whenever a source fails.",
  614. "object_description": "describes a source (e.g., card)",
  615. "objects": ["#card_object"]
  616. }, {
  617. "event": "source.mandate_notification",
  618. "description": "Occurs whenever a source mandate notification method is set to manual.",
  619. "object_description": "describes a source (e.g., card)",
  620. "objects": ["#card_object"]
  621. }, {
  622. "event": "source.refund_attributes_required",
  623. "description": "Occurs whenever the refund attributes are required on a receiver source to process a refund or a mispayment.",
  624. "object_description": "describes a source (e.g., card)",
  625. "objects": ["#card_object"]
  626. }, {
  627. "event": "source.transaction.created",
  628. "description": "Occurs whenever a source transaction is created.",
  629. "object_description": "describes a source transaction",
  630. "objects": ["#source-transactions"]
  631. }, {
  632. "event": "source.transaction.updated",
  633. "description": "Occurs whenever a source transaction is updated.",
  634. "object_description": "describes a source transaction",
  635. "objects": ["#source-transactions"]
  636. }, {
  637. "event": "tax_rate.created",
  638. "description": "Occurs whenever a new tax rate is created.",
  639. "object_description": "describes a tax rate",
  640. "objects": ["#tax_rate_object"]
  641. }, {
  642. "event": "tax_rate.updated",
  643. "description": "Occurs whenever a tax rate is updated.",
  644. "object_description": "describes a tax rate",
  645. "objects": ["#tax_rate_object"]
  646. }, {
  647. "event": "topup.canceled",
  648. "description": "Occurs whenever a top-up is canceled.",
  649. "object_description": "describes a topup",
  650. "objects": ["#topup_object"]
  651. }, {
  652. "event": "topup.created",
  653. "description": "Occurs whenever a top-up is created.",
  654. "object_description": "describes a topup",
  655. "objects": ["#topup_object"]
  656. }, {
  657. "event": "topup.failed",
  658. "description": "Occurs whenever a top-up fails.",
  659. "object_description": "describes a topup",
  660. "objects": ["#topup_object"]
  661. }, {
  662. "event": "topup.reversed",
  663. "description": "Occurs whenever a top-up is reversed.",
  664. "object_description": "describes a topup",
  665. "objects": ["#topup_object"]
  666. }, {
  667. "event": "topup.succeeded",
  668. "description": "Occurs whenever a top-up succeeds.",
  669. "object_description": "describes a topup",
  670. "objects": ["#topup_object"]
  671. }, {
  672. "event": "transfer.created",
  673. "description": "Occurs whenever a transfer is created.",
  674. "object_description": "describes a transfer",
  675. "objects": ["#transfer_object"]
  676. }, {
  677. "event": "transfer.failed",
  678. "description": "Occurs whenever a transfer failed.",
  679. "object_description": "describes a transfer",
  680. "objects": ["#transfer_object"]
  681. }, {
  682. "event": "transfer.paid",
  683. "description": "Occurs after a transfer is paid. For Instant Payouts, the event will be sent on the next business day, although the funds should be received well beforehand.",
  684. "object_description": "describes a transfer",
  685. "objects": ["#transfer_object"]
  686. }, {
  687. "event": "transfer.reversed",
  688. "description": "Occurs whenever a transfer is reversed, including partial reversals.",
  689. "object_description": "describes a transfer",
  690. "objects": ["#transfer_object"]
  691. }, {
  692. "event": "transfer.updated",
  693. "description": "Occurs whenever a transfer's description or metadata is updated.",
  694. "object_description": "describes a transfer",
  695. "objects": ["#transfer_object"]
  696. }]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement