Newer Version Available

This content describes an older version of this product. View Latest

Activity Timeline

Output representation of the event details of the payment activity timeline.
JSON example
1{
2   "activityCode": "payment_created",
3   "amount": 18,
4   "createDate": "Thu May 16 22:12:36 GMT 2024",
5   "eventStatus": "Created",
6   "eventType": "INTENT",
7   "guid": "82b55da2-e32c-4c4e-982c-",
8   "providerGateway": "STRIPE"
9}
Property Name Type Description Filter Group and Version Available Version
activityCode String Code of the payment event. Big, 62.0 62.0
amount Double Amount associated with the payment event. Big, 60.0 60.0
createDate String Date and time of creation of the payment event. Big, 60.0 60.0
currency String Currency of the payment event. Big, 60.0 60.0
eventStatus String Status of the transaction event. Valid values are:
  • CREATED
  • FAILED
  • INCOMPLETE
  • SUCCESSFUL
  • UPDATED
Big, 60.0 60.0
eventType String Type of payment event that has occurred. Valid values are:
  • AUTHORIZE
  • CAPTURE
  • INTENT
  • MANDATE
  • REFUND
Big, 60.0 60.0
guid String Unique identifier of the payment intent. Big, 60.0 60.0
providerGateway String Payment service provider, such as Stripe, Adyen, or Paypal. Big, 62.0 62.0