Moderate payout
Redoc: Moderate payout.
Endpoint
POST /api/v1/paymentgate/payout/moderate/
Description
Moderate payout if setting "Moderation enabled" is enabled and return transaction info.
Request Body
{
"endpoint": "1dc4441f-38d5-42b5-a705-81958f928462",
"tx": "string",
"moderated": true
}
| Parameter | Type | required | Description |
|---|---|---|---|
| endpoint | string <uuid> | T | Endpoint API Key |
| tx | string | T | Transaction id |
| moderated | boolean | T | Is payout moderated? |
Response
200 OK
[
{
"tx": {
"tx": "f17d7f5c-6b4a-47fd-95eb-08086e250473",
"payout": {
"amount": 100,
"currency": {
"id": 0,
"title": "Ethereum",
"char_code": "ETH",
"num_code": 123
},
"description": "string",
"status": "create",
"test_mode": true,
"client_id": "string",
"created_at": "2024-09-27T11:56:32Z",
"complete_date": "2024-09-27T11:56:32Z",
"means_of_payment": {
"mop_type": {
"id": 100,
"name": "string",
"code": "string"
},
"number": "string",
"detail": {
"property1": null,
"property2": null
}
},
"moderated": true,
"means_of_payment_type": {
"id": 100,
"name": "string",
"code": "string"
},
"language": {
"id": 100,
"name": "string",
"code": "string"
},
"merchant_fee_amount": 0
},
"status": "create",
"currency": {
"id": 0,
"title": "Ethereum",
"char_code": "ETH",
"num_code": 123
},
"amount": 100,
"created_at": "2024-09-27T11:56:32Z",
"additional_data": {
"property1": null,
"property2": null
},
"endpoint_logo": "string"
}
}
]