http://maasglobal.com/maas-backend/webhooks/webhooks-payments/gateway/yaband.json
YaBand 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/yaband.json |
Property | Type | Group |
---|---|---|
headers | object |
http://maasglobal.com/maas-backend/webhooks/webhooks-payments/gateway/yaband.json#/definitions/request |
params | object |
http://maasglobal.com/maas-backend/webhooks/webhooks-payments/gateway/yaband.json#/definitions/request |
payload | object |
http://maasglobal.com/maas-backend/webhooks/webhooks-payments/gateway/yaband.json#/definitions/request |
headers
object
object
with following properties:
| Property | Type | Required | | ——– | —- | ——– |
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 |
---|---|
yaband |
payload
object
object
with following properties:
Property | Type | Required |
---|---|---|
data |
object | Required |
sign |
string | Required |
data
object
object
with following properties:
Property | Type | Required |
---|---|---|
order_id |
string | Required |
state |
string | Required |
trade_id |
string | Optional |
transaction_id |
string | Optional |
type |
string | Required |
order_id
string
string
state
string
string
trade_id
string
string
transaction_id
string
string
type
string
string
sign
string
string