Skip to main content
OPTIONS
/
api
/
v2
/
virtual-accounts
/
withdrawals
Options
curl --request OPTIONS \
  --url https://sandbox.killb.app/api/v2/virtual-accounts/withdrawals
{}

Query Parameters

status
enum<string>

Withdrawal status filter

Available options:
PENDING,
PROCESSING,
COMPLETED,
FAILED,
REJECTED
startDate
string

Filter by start date

Example:

"2025-01-01"

endDate
string

Filter by end date

Example:

"2025-12-31"

page
number
default:1

Page number

Required range: x >= 1
limit
number
default:10

Items per page

Required range: x >= 1

Response

200

Successful response