/api/v1/merchant/methods
Endpoints
Portal users need OWNER, ADMIN, or FINANCE role for mutating routes. Merchant API keys have full access.
List methods
GET /api/v1/merchant/methods
Create method
POST /api/v1/merchant/methods
Example MoMo body:
Update method
PATCH /api/v1/merchant/methods/:id
Update label, isPrimary, or deactivate with { "isActive": false }.
Withdraw to a method
After saving a method, callPOST /api/v1/merchant/settlements/withdraw with payoutMethodId. See Transactions.

