Skip to content

Get withdrawal detail

GET
/api/managing-entity/{managingEntityIdentifier}/payment/withdrawal/{withdrawalId}
curl --request GET \
--url https://api.wink.travel/api/managing-entity//payment/withdrawal/ \
--header 'Wink-Version: 2.0'

Returns a single withdrawal record with full fee breakdown.

managingEntityIdentifier
required
string
""

Managing entity identifier

withdrawalId
required
string
""

Withdrawal identifier

Wink-Version
string
default: 2.0.0
Allowed values: 2.0

OK

Media type application/json

TripPay beneficiary withdrawal (payout) to a bank account via Revolut.

object
id

Document UUID

string
""
createdDate

Datetime this record was first created

string format: date-time
""
lastUpdate

Datetime this record was last updated

string format: date-time
""
version

Version property that shows how many times this document has been persisted. Document will not persist if the version property is less than current version property in the system. Result in an optimistic locking exception.

integer format: int64
""
accountIdentifier
required

TripPay account identifier of the beneficiary requesting withdrawal

string
"" >= 1 characters
bankAccountIdentifier
required

BankAccount identifier within the account

string
"" >= 1 characters
grossAmount

Full available balance before fees are deducted

number | null
""
transferFeeAmount

Revolut flat transfer fee ($5 USD converted to withdrawal currency)

number | null
""
fxFeeRate

FX exchange fee rate (0.006 or 0.010). Null if withdrawal currency is USD.

number | null
""
fxFeeAmount

Calculated FX exchange fee amount. Null if withdrawal currency is USD.

number | null
""
amount
required

Net amount sent to Revolut (grossAmount − transferFee − fxFee)

number
""
currencyCode
required

ISO 4217 currency code of the withdrawal

string
"" >= 1 characters
status
required

Current status of the withdrawal lifecycle

string
""
Allowed values: PENDING PROCESSING COMPLETED FAILED
revolutPaymentId

Revolut transaction ID returned by the Revolut Business API

string | null
""
referenceCode
required

Human-readable reference shown on bank statements

string
"" >= 1 characters
requestedAt
required

When the withdrawal was requested

string format: date-time
""
completedAt

When the withdrawal was completed (null until COMPLETED state)

string | null format: date-time
""
Example
null

Bad Request

object
type
string format: uri
title
string
status
integer format: int32
detail
string
instance
string format: uri
properties
object
key
additional properties
Example generated
{
"type": "https://example.com",
"title": "example",
"status": 1,
"detail": "example",
"instance": "https://example.com",
"properties": {
"additionalProperty": "example"
}
}

Unauthorized

Media type */*
object
type
string format: uri
title
string
status
integer format: int32
detail
string
instance
string format: uri
properties
object
key
additional properties

Forbidden

Media type */*
object
type
string format: uri
title
string
status
integer format: int32
detail
string
instance
string format: uri
properties
object
key
additional properties

Internal Server Error

object
Example generated
{}