Skip to main content
Payout methods are the saved destinations for clearing-balance withdrawals. Use Payout rails first to list banks, MoMo operators, and resolve account names. Base path: /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, call POST /api/v1/merchant/settlements/withdraw with payoutMethodId. See Transactions.