Skip to main content
GET
/
api
/
v1
/
account
/
crypto-payouts
/
{oid}
Get crypto payout order details
curl --request GET \
  --url https://sandbox-revo-api.raliopay.com/api/v1/account/crypto-payouts/{oid} \
  --header 'Authorization: Bearer <token>'
{
  "canCancel": true,
  "cancelRequestedAt": "2025-01-15T10:31:00.000Z",
  "canceledAt": "2025-01-15T10:32:00.000Z",
  "createdAt": "2025-01-15T10:30:00.000Z",
  "destination": {
    "currency": "CURRENCY",
    "amount": 1000
  },
  "displayType": "Crypto Pay Out",
  "failedAt": "2025-01-15T10:35:00.000Z",
  "fee": {
    "amount": 100,
    "breakdown": {
      "merchantFee": 40,
      "systemFee": 60
    },
    "currency": "EUR"
  },
  "fx": {
    "pair": "CURRENCY/CURRENCY",
    "rate": 1.08,
    "timestamp": "2025-01-15T10:30:00.000Z"
  },
  "id": "f6a7b8c9-d0e1-4f2a-3b4c-5d6e7f8a9b0c",
  "origin": {
    "currency": "CURRENCY",
    "amount": 1000
  },
  "recipient": {
    "address": "41453196840881978364684601463897081767828327403",
    "currency": "USDT",
    "network": "SOLANA",
    "amount": 123
  },
  "reference": "CRYPTO-PAY-5-001234",
  "sender": {
    "accountId": "a1b2c3d4-e5f6-4a7b-8c9d-0e1f2a3b4c5d"
  },
  "settledAt": "2025-01-15T10:35:00.000Z",
  "state": "SETTLED",
  "type": "CRYPTO_PAY_OUT",
  "updatedAt": "2025-01-15T10:30:05.000Z"
}

Documentation Index

Fetch the complete documentation index at: https://doc.raliopay.com/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

API Key for accessing management endpoints

Path Parameters

oid
string
required

Crypto Payout Order ID

Response

OK

canCancel
boolean
Example:

true

cancelRequestedAt
string
Example:

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

canceledAt
string
Example:

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

createdAt
string
Example:

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

destination
object
displayType
string
Example:

"Crypto Pay Out"

failedAt
string
Example:

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

fee
object
fx
object
id
string
Example:

"f6a7b8c9-d0e1-4f2a-3b4c-5d6e7f8a9b0c"

origin
object
recipient
object
reference
string
Example:

"CRYPTO-PAY-5-001234"

sender
object
settledAt
string
Example:

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

state
string
Example:

"SETTLED"

type
string
Example:

"CRYPTO_PAY_OUT"

updatedAt
string
Example:

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