v1
latestOpenAPI 3.0.02026-08-06102185472.3 KBPayout method
Update payout method
Updates a payout method.
put/config/payout_methods/{payout_method_id}
Request body
Example request
{
"payout_method": "LOCAL_RAILS",
"description": "local rails",
"payout_method_category": "BOOK_TRANSFER",
"estimated_time_to_credit": {
"time_value": 5
}
}Response
Successfully saved Payout method
Example response
{
"payout_method_id": "a6dbe002-ca7f-4ec7-89e4-f44a1971a0c0",
"payout_method": "LOCAL_RAILS",
"description": "local rails",
"payout_method_category": "BOOK_TRANSFER",
"estimated_time_to_credit": {
"time_value": 5
}
}