Skip to main content
GET
/
api
/
v1
/
account
/
users
/
{uid}
/
accounts
/
{aid}
/
transfer-capabilities
Get account transfer capabilities
curl --request GET \
  --url https://sandbox-revo-api.raliopay.com/api/v1/account/users/{uid}/accounts/{aid}/transfer-capabilities \
  --header 'Authorization: Bearer <token>'
{
  "crypto": {
    "description": "Crypto withdrawals to supported networks",
    "destinations": [
      {
        "currencies": [
          "USDC"
        ],
        "network": "POLYGON"
      }
    ],
    "isEnabled": true
  },
  "fiatExternal": {
    "countries": [
      "ES",
      "FR"
    ],
    "description": "Domestic SEPA transfers",
    "isEnabled": true
  },
  "fiatOwn": {
    "countries": [
      "ES",
      "FR"
    ],
    "description": "Domestic SEPA transfers",
    "isEnabled": true
  },
  "internal": {
    "description": "Instant wallet to wallet",
    "isEnabled": true
  }
}

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

uid
string
required

User ID

aid
string
required

Account ID

Response

200 - application/json

OK

crypto
object
fiatExternal
object
fiatOwn
object
internal
object