Skip to main content
This endpoint allows you to process payouts in South Korean Won (KRW) to recipients with a bank account in South Korea.

Endpoint

POST: https://sandboxapi.me-cash.com/v2/payout

Supported Payment Channels

KRW payouts support the following payment channel:

Request Details

Headers

Include these headers in your request:

Sample Requests

Use BANK_TRANSFER for standard domestic KRW bank transfers.

Request Body Breakdown


Success Response (200 OK)

If the payout is successfully created, the API returns the following response:
copy

Payout Transaction States

The payout transaction can have one of the following states:

Error Handling


Best Practices

βœ… Ensure quoteId is valid and linked to an existing quote. βœ… Confirm that the recipient’s bank account number and bank code are correct. βœ… Use a valid API key in the headers. βœ… Handle error responses correctly in your integration.
Testing Failed Payouts: In the sandbox environment, you can simulate a failed payout by setting "remark": "fail" in your request. This triggers a payout.failed webhook, allowing you to test your error handling.