com.gigs.payment.disputed
- Name
- object
- Type
- string
- Description
Type of object is always
event
.Allowed values:event
- Name
- id
- Type
- string
- Description
Unique identifier for the event.
Example:"evt_0SNlurA049MEWV5gNTcQ5A07h3Ol"
- Name
- data
- Type
- Payment
- Description
- Payments describe the amount charged for an order or subscription using a given payment method.
- Name
- datacontenttype
- Type
- string
- Description
The RFC 2046 content-type.
Example:"application/json"
Default:application/json
- Name
- project
- Type
- string
- Description
Unique identifier for the project where the event occurred.
Example:"gigs"
- Name
- source
- Type
- string
- Description
URI identifying the event source.
Example:"https://api.gigs.com"
Default:https://api.gigs.com
- Name
- specversion
- Type
- string
- Description
The CloudEvents spec version.
Example:"1.0"
Default:1.0
- Name
- time
- Type
- string
- Description
Time when the event occurred.
Example:"2022-03-16T14:12:42Z"
- Name
- type
- Type
- string
- Description
Type is always
com.gigs.payment.disputed
.Allowed values:com.gigs.payment.disputed
- Name
- version
- Type
- string
- Description
API version used to serialize the data and the event itself.
Default:2025-03-24
Example
{
"object": "event",
"id": "evt_0SNlurA049MEWV5gNTcQ5A07h3Ol",
"data": {
"object": "payment",
"id": "pay_0SNlurA049MEWV2HRA0slWFuS8DV",
"amount": {
"amount": 990,
"currency": "USD"
},
"attemptedAt": "2021-02-14T19:38:34.0Z",
"createdAt": "2021-02-14T19:38:34.0Z",
"disputeClosedAt": "2021-02-14T19:38:34Z",
"disputeOutcome": null,
"failedAttempts": 3,
"failureCode": "paymentCardDeclined",
"failureMessage": "The card has been declined.",
"method": {
"object": "paymentMethod",
"id": "pm_1IHCiiI2m82Dc6YnhqGWH6JX",
"brand": "visa",
"createdAt": "2021-02-14T19:38:34.0Z",
"last4": "4242",
"provider": "stripe",
"status": "available",
"type": "card",
"user": "usr_0SNlurA049MEWV4OpCwsNyC9Kn2d"
},
"reason": "subscriptionCreation",
"references": [
{
"object": "order",
"id": "ord_0SNlurA049MEWV0SiRFOw0dmChqN"
}
],
"refunded": {
"amount": 0,
"currency": "USD"
},
"refundedAt": "2021-02-14T19:38:34Z",
"status": "succeeded",
"user": {
"object": "user",
"id": "usr_0SNlurA049MEWV4OpCwsNyC9Kn2d",
"metadata": {},
"birthday": "2017-07-21",
"createdAt": "2021-01-21T19:38:34.0Z",
"email": "jerry@example.com",
"emailVerified": true,
"fullName": "Jerry Seinfeld",
"preferredLocale": "en-US"
}
},
"datacontenttype": "application/json",
"project": "gigs",
"source": "https://api.gigs.com",
"specversion": "1.0",
"time": "2022-03-16T14:12:42.0Z",
"type": "com.gigs.payment.disputed",
"version": "2025-03-24"
}