Create a Withdrawal

Initiate a withdrawal either to your Payout Balance or directly to a Bank Account

Method and URL

POST [BASE_URL]/v1/withdrawals

Request

Request Body

{
  "referenceId": "TEST-REFORZA-2025-001",
  "withdrawType": "BANK_TRANSFER",
  "balanceType": "PAYOUT_BALANCE",
  "isFullAmount": false,
  "amount": {
    "value": "10000",
    "currency": "IDR"
  },
  "description": "Test Reforza Pivot"
}

Detail Parameter Request

Parameter
Data Type
Character limit
Requirement
Description

Withdrawal

Object

-

M

Response

Response Body

Detail Parameter Response

Parameter
Data Type
Requirement
Description

code

String

M

Response Code from Pivot

message

String

M

Human readable message that represent response from Pivot

data

Object

M

Response Data from Pivot contains Withdrawal Object

Last updated