maas-schemas

stripe Schema

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

stripe Definitions

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

params

params Type

object with following properties:

Property Type Required
gatewayName string Required

gatewayName

gatewayName

The value of this property must be equal to one of the known values below.

gatewayName Known Values
Value Description
stripe  

payload

payload

payload Type

object with following properties:

Property Type Required
data object Required
id string Required
type string Required

data

data

data Type

object with following properties:

Property Type Required
object object Optional

object

object

object Type

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

amount

amount Type

number

amount_capturable

amount_capturable

amount_capturable Type

number

amount_received

amount_received

amount_received Type

number

charges

charges

charges Type

object with following properties:

Property Type Required
data array Optional

data

data

data Type

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

amount

amount Type

number

amount_refunded

amount_refunded

amount_refunded Type

number

id

id

id Type

string

object

object

object Type

string

id

id

id Type

string

id

id

id Type

string

type

type

type Type

string