PaymentNotification
POSTpayment_notification
PaymentNotification
Request
- application/json
Body
required
id string
non-empty
Unique ID of the webhook
create_time string
Notification creation time, format example: 2021-11-08T05:45:20Z
update_time string
Update time, format example: 2021-11-08T05:45:20Z
event_type string
event_type
event_version string
event version
resource_type string
resource_type
resource_version string
resource version,currenct version:v1
summary string
Callback summary information
resource
object
Responses
- 200
- default
OK
- application/json
- Response
- Example
Response
processed boolean
message string
{
"processed": true,
"message": "string"
}
Error response structure
- application/json
- Response
- Example
Response
name string
message string
details
object[]
debug_id string
causes
object[]
{
"name": "string",
"message": "string",
"details": [
{
"@type": "string"
}
],
"debug_id": "string",
"causes": [
{
"cause": "string",
"solution": "string"
}
]
}
- curl
- go
- python
- csharp
- nodejs
- php
- java
- CURL
ResponseClear