Skip to main content
GET
/
api
/
v1
/
account
/
bank-payouts
/
{oid}
Get bank payout order details
curl --request GET \
  --url https://sandbox-revo-api.raliopay.com/api/v1/account/bank-payouts/{oid} \
  --header 'Authorization: Bearer <token>'
{
  "createdAt": "2025-01-15T10:30:00.000Z",
  "description": "Payment for services rendered",
  "destination": {
    "currency": "EUR",
    "amount": 1000
  },
  "displayType": "Bank Pay Out",
  "failedAt": "2025-01-15T10:35:00.000Z",
  "fee": {
    "currency": "EUR",
    "amount": 1000
  },
  "fx": {
    "pair": "EUR/USD",
    "rate": 1.08,
    "timestamp": "2025-01-15T10:30:00.000Z"
  },
  "id": "e5f6a7b8-c9d0-4e1f-2a3b-4c5d6e7f8a9b",
  "origin": {
    "currency": "EUR",
    "amount": 1000
  },
  "recipient": {
    "accountNumber": "ES9121000418450200051332",
    "address": "Calle Gran Via 123",
    "beneficiaryType": "PERSON",
    "city": "Barcelona",
    "country": "ES",
    "currency": "EUR",
    "documentNumber": "87654321B",
    "name": "Maria",
    "postalCode": "08001",
    "routingData": "IBAN",
    "documentType": "NATIONAL_ID",
    "phone": "+34612345678",
    "relation": "FRIEND",
    "surname": "Garcia"
  },
  "reference": "PAY-2025-001234",
  "sender": {
    "accountId": "a1b2c3d4-e5f6-4a7b-8c9d-0e1f2a3b4c5d"
  },
  "settledAt": "2025-01-15T10:35:00.000Z",
  "state": "SETTLED",
  "type": "BANK_PAY_OUT",
  "updatedAt": "2025-01-15T10:30:05.000Z"
}

Authorizations

Authorization
string
header
required

API Key for accessing management endpoints

Path Parameters

oid
string
required

Bank Payout Order ID

Response

OK

createdAt
string
Example:

"2025-01-15T10:30:00.000Z"

description
string
Example:

"Payment for services rendered"

destination
object
displayType
string
Example:

"Bank Pay Out"

failedAt
string
Example:

"2025-01-15T10:35:00.000Z"

fee
object
fx
object
id
string
Example:

"e5f6a7b8-c9d0-4e1f-2a3b-4c5d6e7f8a9b"

origin
object
recipient
object
reference
string
Example:

"PAY-2025-001234"

sender
object
settledAt
string
Example:

"2025-01-15T10:35:00.000Z"

state
string
Example:

"SETTLED"

type
string
Example:

"BANK_PAY_OUT"

updatedAt
string
Example:

"2025-01-15T10:30:05.000Z"