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
object
object
with following properties:
Property | Type | Required |
---|---|---|
gatewayName |
string | Required |
gatewayName
enum
The value of this property must be equal to one of the known values below.
Value | Description |
---|---|
stripe |
payload
object
object
with following properties:
Property | Type | Required |
---|---|---|
data |
object | Required |
id |
string | Required |
type |
string | Required |
data
object
object
with following properties:
Property | Type | Required |
---|---|---|
object |
object | Optional |
object
object
object
with following properties:
Property | Type | Required |
---|---|---|
amount |
number | Optional |
amount_capturable |
number | Optional |
amount_received |
number | Optional |
charges |
object | Optional |
id |
string | Optional |
amount
number
number
0
amount_capturable
number
number
0
amount_received
number
number
0
charges
object
object
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
number
number
0
amount_refunded
number
number
0
id
string
string
object
string
string
id
string
string
id
string
string
type
string
string