Set Return Fee Callback
POST/api/v1/developers/return_fee/callback
Currently not implemented. Sets up a webhook to monitor return fee (return_fee) transactions, triggering notifications to the specified URL.
'return_fee_url': The URL to receive webhook notifications for return fee transaction events.
Request
Query Parameters
return_fee_url uri
Possible values: non-empty and <= 2083 characters
Responses
- 200
- 422
Successful Response
- application/json
- Schema
- Example (from schema)
Schema
code Code
Default value: 200
detail Detail
Default value: ok
{
"code": 200,
"detail": "ok"
}
Validation Error
- application/json
- Schema
- Example (from schema)
Schema
- Array [
- Array [
- MOD1
- MOD2
- ]
- ]
detail object[]
loc object[]required
anyOf
string
integer
msg Messagerequired
type Error Typerequired
{
"detail": [
{
"loc": [
"string",
0
],
"msg": "string",
"type": "string"
}
]
}
Loading...