Skip to content

Withdrawals

Payouts from a Korven wallet to a bank or mobile-money destination.

Updated Jul 15, 2026API 2026-07-01 Edit on GitHubReport an issue

Overview

Withdrawals settle within one banking day for domestic destinations. Every state change emits a webhook.

Endpoints

MethodPathDescription
POST/v1/withdrawalsCreate a withdrawal.
GET/v1/withdrawals/{id}Retrieve.
GET/v1/withdrawalsList with filters.

POST /v1/withdrawals

POST/v1/withdrawals

Create a withdrawal.

FieldTypeDescription
amountreq
intMinor units.
currencyreq
'HTG' | 'USD'ISO-4217.
beneficiaryreq
beneficiary idVerified recipient.
memo
stringAppears on the recipient's statement.

GET /v1/withdrawals/{id}

GET/v1/withdrawals/{id}

Retrieve.

GET /v1/withdrawals

GET/v1/withdrawals

List with filters.

Lifecycle

queued → processing → in_flight → succeeded └──▶ failed (reason on `failure_code`)