http://maasglobal.com/maas-backend/webhooks/webhooks-payments/gateway/stripe.json
Stripe payment webhook schema
| Abstract | Extensible | Status | Identifiable | Custom Properties | Additional Properties | Defined In |
|---|---|---|---|---|---|---|
| Cannot be instantiated | Yes | Develop | No | Forbidden | Permitted | maas-backend/webhooks/webhooks-payments/gateway/stripe.json |
| Property | Type | Group |
|---|---|---|
| params | object |
http://maasglobal.com/maas-backend/webhooks/webhooks-payments/gateway/stripe.json#/definitions/request |
| payload | object |
http://maasglobal.com/maas-backend/webhooks/webhooks-payments/gateway/stripe.json#/definitions/request |
params
objectobject with following properties:
| Property | Type | Required |
|---|---|---|
gatewayName |
string | Required |
gatewayName
enumThe value of this property must be equal to one of the known values below.
| Value | Description |
|---|---|
stripe |
payload
objectobject with following properties:
| Property | Type | Required |
|---|---|---|
data |
object | Required |
id |
string | Required |
type |
string | Required |
data
objectobject with following properties:
| Property | Type | Required |
|---|---|---|
object |
object | Optional |
object
objectobject with following properties:
| Property | Type | Required |
|---|---|---|
amount |
number | Optional |
amount_capturable |
number | Optional |
amount_received |
number | Optional |
charges |
object | Optional |
id |
string | Optional |
amount
numbernumber
0amount_capturable
numbernumber
0amount_received
numbernumber
0charges
objectobject with following properties:
| Property | Type | Required |
|---|---|---|
data |
array | Optional |
data
object[]Array type: object[]
All items must be of the type: object with following properties:
| Property | Type | Required |
|---|---|---|
amount |
number | Optional |
amount_refunded |
number | Optional |
id |
string | Optional |
object |
string | Optional |
amount
numbernumber
0amount_refunded
numbernumber
0id
stringstring
object
stringstring
id
stringstring
id
stringstring
type
stringstring