Marketplace
Approve Merchant Payout
Approve a staged sub-merchant payout request.
POST
Approve Merchant Payout
Approve a staged request created by a sub-merchant with Initiate Merchant Payout. Approval creates the final wallet withdrawal for Khaime admin review. Authenticate with your marketplace operator Partner API key via theX-API-Key header. The key’s environment (sandbox or live) determines which payout requests are visible.
This endpoint does not accept a request body. The marketplace operator cannot
change the amount, currency, payout method, or payment gateway during approval.
It does not contact the payment gateway.
Path Parameters
number
required
The business ID of the sub-merchant whose payout should be approved.
string
required
The payout reference returned by the initiate payout endpoint.
Response
reference with Khaime’s existing admin withdrawal settlement flow. Until then, the wallet transaction remains payout_pending.
Response Fields
Requirements
- The API key must belong to the marketplace operator associated with the requesting merchant.
- The
merchantIdmust have an active relationship with the marketplace. - The payout must have been created through the marketplace Partner API.
- The API key environment must match the payout environment.
- The staged request must currently have status
pending.
